您的位置:首页 > 其它

【学习】Git

2016-05-12 08:49 176 查看
【】

【2016年5月12日 星期四】

现在下载coding上的工程Git分支,我一般使用AndroidStudio的"Checkout From Git "或者 SourceTree的“克隆仓库(clone repository)”.

但是这有一个问题,https://git.coding.net/company/project.git下下来的都是master分支,而一般最新的代码都放在develop分支上。

查了半天,也没看到这些软件有选择分支下载的功能,于是只能试试命令行了。
http://ask.chinaunix.net/question/1091
【2016年6月28日 星期二】

Fetch failed: fatal: unable to access 'https://git.coding.net/company/project.git/': Unknown SSL protocol error in connection to git.coding.net:443
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: