创建git库的方法 第一种方法: 在码云建立一个demo的git库.git clone在本地一个文件夹.之后会出现在.git的目录下方(这是clone而非pull切记分清楚) 而不是在.git的上一层. 第二种方法:在本地有项目,git init使他成为git的版本控制.然后push到远程一个库里面. 这里面有很多问题:(查看我的stack over:http://stackoverflow.com/a/38397401/6592719) 1 A computer and your github…
在github上新建了一个仓库,然后相与本地的仓库联系起来 $ git remote add origin https://github.com/liona329/learngit.git fatal: Not a git repository (or any of the parent directories): .git 总是报这个错 解决方法:git init 成功…
Warning: Permanently added the RSA host key for IP address '13.250.177.223' to the list of known hosts.git@github.com: Permission denied (publickey).fatal: Could not read from remote repository. Please make sure you have the correct access rightsand…