git
丫头Code
最怕你一生碌碌无为,还安慰自己平凡可贵。
展开
-
git push 时出现hint错误
git push时输出hint错误原创 2016-10-14 17:27:54 · 11370 阅读 · 0 评论 -
git pull时报错fatal: Could not read from remote repository.
git pull 时出现错误信息,ssh: Could not resolve hostname https: nodename nor servname provided, or not knownfatal: Could not read from remote repository.原创 2016-11-13 12:14:46 · 27876 阅读 · 7 评论 -
切换项目的clone地址(URL方式)
首先查看你项目的clone地址是什么方式,命令如下:$ git remote -v如果输出的是origin https:…那就是说你的是Https方式;如果输出的是origin git@github.com… 说明你的已经是SSH方式了,这样吧,不管你的是什么方式,我这里说下互相切换的方式,你可以对应的试一下看有用没:(里面的USERNAME/OTHERREPOSITORY.g原创 2016-11-13 12:41:01 · 3908 阅读 · 0 评论 -
创建以及删除自己的Git仓库
如何创建自己的Git仓库、删除Git仓库、修改仓库地址原创 2017-06-05 15:44:06 · 9639 阅读 · 0 评论 -
cocoapods相关操作
cocoapods安装、升级、pod update、pod setup原创 2016-11-13 12:49:20 · 710 阅读 · 0 评论 -
Git常用命令-后续持续更新~~~
常用Git 终端命令,commit错误、push错误、回滚到某个commit、.gitignore、分支重命名、git配置原创 2017-06-05 18:13:18 · 486 阅读 · 0 评论