我已经为我的本地仓库添加了 ssh 密钥(我从我的 github 仓库中克隆了它。
当我尝试将提交推送到远程 github 存储库时,我收到以下消息:
fatal: 'git@github.com/username/reponame.git' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我也尝试将远程名称更改为git://github.com/username/reponame.git
,但它没有用。
我在哪里可以指定我的用户名/密码来访问远程仓库(或者如果它嵌入在唯一的 ssh 密钥中,只是我做错了什么,那么请帮忙)?
注意 - 我在我的 github 帐户中输入了我的 ssh 密钥。
请指导我正确的方向。