在 github上添加 SSH 公钥后,https://inscode.csdn.net/account 导入私有git仓库https://github.com/2621622397/Hj.About.git ,仍提示:项目创建失败,请联系客服
不知道你这个问题是否已经解决, 如果还没有解决的话:我这里在C:\Users\git
下把刚才的文件copy过来
找到 C:\users\用户名
对应的文件夹
注意:如果用户名是中文,需要找到乱码后的文件夹,如下图(英文的忽略)
在C:\Users\用户名\.ssh
目录下新建config
文件,填写
# 配置github.com
Host github.com
HostName github.com IdentityFile C:\\Users\\git\\id_rsa_github
PreferredAuthentications publickey
User username1
# 配置git.oschina.net
Host gitee.com
HostName gitee.com
IdentityFile C:\\Users\\git\\id_rsa_oschina
PreferredAuthentications publickey
User username2
# 配置git.dev.tencent.com
Host git.dev.tencent.com
HostName git.dev.tencent.com
PreferredAuthentications publickey
IdentityFile C:\\Users\\git\\id_rsa_coding