git遇到的常見問題

2021-07-11 02:56:43 字數 573 閱讀 9578

1) 重新ssh-keygen -t rsa -c "***x@***.com" 後鏈結不上

debug 過程:

1.用vim開啟id_isa.pub複製到gihub  報錯 格式不對  ---->用 cat 或者 gedit開啟 

2.ssh [email protected] 失敗:報 permission publickey(denies) -----> ssh -t -v [email protected] 在日誌中發現:

debug1: next authentication method: publickey  

debug1: trying private key: /home/sunny/.ssh/id_dsa  

debug1: trying private key: /home/sunny/.ssh/id_ecdsa  

debug1: no more authentication methods to try. 

它一直在找id_dsa,id_ecdsa兩個私鑰, !!!!而ssh-keygen生成的是id_isa ,id_isa.pub .所以cp id_isa id_dsa 即可鏈結成功  

git常見問題

如果輸入 git remote add origin git github.com djqiang github帳號名 gitdemo 專案名 git 提示出錯資訊 fatal remote origin already exists.解決辦法如下 1 先輸入 git remote rm origi...

git 常見問題

1.正常做專案 2.別人打了comment,自己需要打patch fix comment issue git add git rm filepath git commit amend change commit msg if necessary git push u origin your dev ...

git常見問題

環境 ubuntu 16.04 使用git經常會遇到奇奇怪怪的問題,現將我遇到的一些問題彙總如下,不定期更新。提示資訊 error 無法推送一些引用到 git github.com 解決方案 執行以下 強制更新 git push u origin master 提示資訊 password for h...