如何使用MINGW32在github上编写提交代码?

如何使用MINGW32在github上编写提交代码?,github,Github,我在github上创建了一个存储库 现在我想把我的一些代码放在那里,任何人都可以告诉我怎么做,怎么提交代码 我试着用这句话 touch README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/Dany001/myrepo.git git push -u origin master 请把我的问题简短地说出来 谢谢,您的权限被拒绝的错误(公钥

我在github上创建了一个存储库

现在我想把我的一些代码放在那里,任何人都可以告诉我怎么做,怎么提交代码

我试着用这句话

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/Dany001/myrepo.git
git push -u origin master
请把我的问题简短地说出来


谢谢

,您的权限被拒绝的错误(公钥)致命:无法从远程存储库读取。请确保您具有正确的访问权限并且存储库存在。您是否已将公钥添加到YOUR github帐户?如何使用
ssh-keygen
实用程序添加公钥生成密钥对,以及密钥的公共部分(请在.ssh/folder或您指定的文件夹中查看)放入guthub的正确页面“帐户设置/ssh密钥”