git,多人共用一台机器,windows上多账户共用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git,多人共用一台机器,windows上多账户共用相关的知识,希望对你有一定的参考价值。

很多项目都是一个人拿到帐号之后,一个劲的用了,不需要更改.
but...
 
运行ssh-sky
技术分享图片
 
 
若config没有,则手动创建(默认情况的路径C:UsersAdministrator.ssh):
 

Host icode.baidu.com
User lixianshou
IdentityFile C:UsersAdministrator.sshid_rsa_lixianshou

Host icode.baidu.com
User sungensheng01
IdentityFile C:UsersAdministrator.sshid_rsa

 
记得文件为 644 (chmod 644 config) 的权限:
技术分享图片
 
接下来执行 git clone 试试了.
 
ps--过程中碰到了一些错也是上面方式解决的:
 

[email protected]****.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上多账户共用的主要内容,如果未能解决你的问题,请参考以下文章

一台主机可以多人同时使用?

git 在一台机器上配置多个账户

Git笔记如何在同主机同账户下实现多个gitlab帐号管理各自的remote repo

Git笔记如何在同主机同账户下实现多个gitlab帐号管理各自的remote repo

共用服务器多git账号配置

iOS 多人共享开发者账户之 Missing Private Key