1.使用git push 出现这个文图
[root@linux test]# git push
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/JinTao-IDarex/test.git/info/refs
[root@linux test]# git push
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/JinTao-IDarex/test.git/info/refs
2015-12-16
挺奇怪的想法: 1. 已经发布的分支 V1.0.0 有 Bug 2. 现在开发的分支 Master 3. Clone V1.0.0 修改 Bug 后合并到 Master (而不是 V1.0.0) 那说明 Master 上也有同样的 Bug,而且修改后不会合并到 V1.0.0,那为什么不直接在 Master 上开修复 Bug 的分支而是在 V1.0.0上开?
2015-12-16
githup Download GItHub for xxx(忘了这个是啥了 and for Windows and for Mac and I don't know ) 选择 I don't know 然后下载安装就可以了,(选择了 I don't know 以后Download GitHub 会自动选择匹配你电脑所需下载的格式 Win or Mac,后边就easy 了一路next 我的是这样。其实怎么说呢!有个这样的教材相比来说你已经减少了很多时间了!
2015-12-05