github常见错误
摘要:如果输入$ Git remote add origin git@github.com:djqiang(github帐号名)/gitdemo(项目名).git 提示出错信息:fatal: remote origin already exists. 解决办法如下: 1、先输入$ git remote r
阅读全文
posted @
2017-02-22 14:38
oooo呼呼
阅读(163)
推荐(0)
git warning: LF will be replaced by CRLF in 解决办法
摘要:在使用git的时候,每次执行 git add . 都会提示这样一个警告消息: warning: LF will be replaced by CRLF in XXXXXXXXXXXXXX. 按照这样设置就没有问题了: git config core.autocrlf false 这样设置git的配置
阅读全文
posted @
2017-02-14 15:47
oooo呼呼
阅读(140)
推荐(0)
github入门基础之上传本地文件以及安装github客户端
摘要:github 不会使用,参照了其他大神的博客看的,很不错,就按步骤来,大家可以看看 http://www.cnblogs.com/wangzhongqiu/p/6243840.html
阅读全文
posted @
2017-01-13 16:14
oooo呼呼
阅读(118)
推荐(0)