随笔分类 -  git

摘要:在空仓库的情况下,add,出现一下问题The file will have its original line endings in your working directory.当报这个警告时是由于文件夹远程不存在,但是不影响提交warning: LF will be replaced by CR... 阅读全文
posted @ 2015-12-02 11:55 千古明 阅读(1542) 评论(0) 推荐(0)
摘要:想新建立一个分支时出现这错误。后来发现,要先commit一次才会真正建立master分支,此时就可以新建立分支了。。git add filename filename filenamegit commit filename filename filename弹出文本栏在非#的行下记录下这次提交的信息... 阅读全文
posted @ 2015-12-02 11:29 千古明 阅读(2578) 评论(0) 推荐(0)
摘要:待填坑 阅读全文
posted @ 2015-11-11 12:08 千古明 阅读(118) 评论(0) 推荐(0)
摘要:待填坑 阅读全文
posted @ 2015-11-11 12:07 千古明 阅读(119) 评论(0) 推荐(0)
摘要:Warning:your console font probably does not support unicode , if you experience strange characters in the output ,consider switching to a TrueType fon... 阅读全文
posted @ 2015-11-11 10:50 千古明 阅读(296) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/igrl/archive/2010/09/17/1829358.html1. 安装git,从程序目录打开 "Git Bash"2. 键入命令:ssh-keygen -t rsa -C "email@email.com""email@email.com"是... 阅读全文
posted @ 2015-11-11 10:10 千古明 阅读(670) 评论(0) 推荐(0)