git,多人共用一臺機器,windows上多賬戶共用
阿新 • • 發佈:2019-01-10
RoCE com epo tor 默認 pro 創建 sts water 很多項目都是一個人拿到帳號之後,一個勁的用了,不需要更改.
but...
運行ssh-sky
若config沒有,則手動創建(默認情況的路徑C:\Users\Administrator.ssh):
接下來執行 git clone 試試了.
ps--過程中碰到了一些錯也是上面方式解決的:
but...
運行ssh-sky
若config沒有,則手動創建(默認情況的路徑C:\Users\Administrator.ssh):
Host icode.baidu.com
User lixianshou
IdentityFile C:\Users\Administrator\.ssh\id_rsa_lixianshou
Host icode.baidu.com
User sungensheng01
IdentityFile C:\Users\Administrator\.ssh\id_rsa
記得文件為 644 (chmod 644 config) 的權限:
接下來執行 git clone 試試了.
ps--過程中碰到了一些錯也是上面方式解決的:
lixianshou@icode.****.com: Permission denied (keyboard-interactive,publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
有用的命令:
進入到項目裏:
git config -e
詳細版請參考:https://www.cnblogs.com/popfisher/p/5731232.html
git,多人共用一臺機器,windows上多賬戶共用