安装git客户端管理工具SourceTree下载地址:https://www.sourcetreeapp.com SourceTree安装过程需要登录帐号,下载翻墙软件注册帐号,安装过程见下一条下载地址:http://s3.amazonaws.com/2bmh-cisb-58r3/psiphon3.exe SourceTree的一些使用教程http://www.jianshu.com/p/6...
git中可以加入忽略文件权限的配置,具体如下:git config core.filemode false 这样就设置了忽略文件权限。查看下配置:$ cat .git/config 配置如下:[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = t...