[第一步]建立先仓库 第一步的话看一般的提示就知道了,在github新建一个repository(谷歌可以解决),都是可视化的界面操作,所以难度不大.或者看这里:https://help.github.com/articles/create-a-repo 这是官方help,虽然是英文的,但是基本都是图和代码,所以很容易读懂. 在github首页的右上角,点击红框中的Create New Repo. 进入新建仓库的界面 填一下仓库名称,Initialize this repository with
1.项目根目录下创建.gitignore vi .gitignore #输入需要忽略的文件,支持正则表达式, *.o *.exe*.pyc 可以用git status来检查是否生效 未添加文件前: MacPro:python apple$ git status Untracked files: (use "git add <file>..." to include in what will be committed) xiaobai_kindle/text_create.p
SSH生成id_rsa, id_rsa.pub后,连接服务器却报: Agent admitted failure to sign using the key 错误. 解决方法: 在当前用户下执行命令: ssh-add 即可解决. github 遇到Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts问题解决 刚开始使用github的时候不是很了解,新手一般的都会遇