有一个使用 angular 和 laravel 编码的项目。我将它从服务器下载到我的本地。做了一些清理后,尝试提交到 git。但我每次都看到我在标题中指定的相同错误。经过一些测试,当我在这里寻找相同的错误时,我找不到任何解决方案。有我的步骤:
1. cd sysGarden
2. git init
3. git add .
4. git commit -m "first commit"
5. git remote add origin git@github.com:biyro02/sysGarden.git
6. git push -u origin master
在最后一步之后,我看到了错误。我在 github 上有一个帐户。你可以看看:https ://github.com/biyro02/sysGarden 在 git bash 上,我已经用我的用户名和密码登录了。一切正常,但我看到错误。请帮我。这是我的第一个 git 提交。我准备分享我的所有信息。只是,我想超越这个问题。
编辑:我执行“git branch”结果:* master
编辑2:我收到以下错误:
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists