Git
炫酷飞扬
这个作者很懒,什么都没留下…
展开
-
Git设置SSH Keys(oschina)
SSH key 可以让你在你的电脑和 Git @ OSC 之间建立安全的加密连接。1.你可以按如下命令来生成sshkeyssh-keygen -t rsa -C "xxxxx@xxxxx.com"# Creates a new ssh key using the provided email # Generating public/private rsa key pair...2.查看你的publi原创 2016-11-01 23:58:41 · 894 阅读 · 0 评论 -
You have not concluded your merge (MERGE_HEAD exists) git拉取失败
今天获取git线上仓库代码报了这个错误:zhangzhi@moke:~/code/ktsg-api$ git pull You have not concluded your merge (MERGE_HEAD exists). Please, commit your changes before you can merge.错误可能是因为在你以前pull下来的代码没有自动合并导致的.有2个解决办法原创 2017-01-17 15:10:16 · 2067 阅读 · 0 评论 -
Git SSHl链接检出仓库出错,提示权限不足
Permission denied (publickey). fatal: Could not read from remote repository.Please make sure you have the correct access rights and the repository exists.如果报上面的错,请检查有没有上传公钥,git上传公钥的教程地址原创 2016-11-02 00:12:02 · 1695 阅读 · 0 评论