随笔分类 - git
摘要:1.fatal: remote origin already exists.错误 如果输入$ Git remote add origin git@github.com:github帐号名/项目名.git 提示出错信息:fatal: remote origin already exists. 解决办法
阅读全文
摘要:What is GitHub? GitHub is a code hosting platform for version control and collaboration.代码托管平台。 repositories, branches, commits, and Pull Requests Cre
阅读全文