全部博文(162)
发布时间:2017-04-21 08:44:19
error: unable to resolve reference refs/remotes/origin/master: ?????????error: Cannot lock the ref 'refs/remotes/origin/master'.解决方案:rm .git/refs/remotes/origin/mastergit fetch......【阅读全文】
发布时间:2017-04-19 13:41:18
git branch --set-upstream-to=origin/远程分支的名字 本地分支的名字 ......【阅读全文】
发布时间:2017-02-14 00:54:36
Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.解决方案:用下面的命令生成public key......【阅读全文】