Gogs 安装没有问题,访问也没有问题 http://1.2.3.4:3000 正常访问
使用 http 方式 clone 和 push 都正常
使用 git clone 时候提示没有权限,网上搜索了好多还是没有摸到诀窍
我在 http://1.2.3.4:3000/user/settings/ssh 个人页面已经添加了 笔记本电脑的 id_rsa.pub
但是不能 git clone
git clone [email protected]:xingshu/aaaaa.git Cloning into 'aaaaa'... [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
网上说需要另外再建一个公钥
请教正确操作方法
谢谢


