我正在尝试将一个私有的git repo克隆到Amazon AWS EC2实例中(Bitnami是指运行Linux的堆栈)。问题是用户"bitnami“没有足够的权限:
bitnami@ip-xxx-xx-xx-xx:~/apps$ git clone git@github.com:MyGitUserName/MyRepoName.gitfatal: could not create work tree dir 'MyGitRepo'.:
我正在使用终端,我想从旧用户(old_username)中删除ssh密钥并设置一个新密钥(new_username)。我已经按照这个所做的那样做了。当我运行:ssh -T git@github.com时,我得到了正确的消息:remote: Permission to new_username/test2.git denied to old_username.
fat