我目前正在阅读 Hartl 的 Ruby on Rails 教程,但我被困在 GitHub 部分。每当我尝试将我的存储库推送到 GitHub 时,都会发生以下情况:
Hannas-MacBook-Air:first_app Hannananana$ git remote add origin https://github.com/hannaselvaag/first_app.git
Hannas-MacBook-Air:first_app Hannananana$ git push -u origin master
Username:
Password:
^[error: The requested URL returned error: 403 while accessing
https://github.com/hannaselvaag/first_app.git/info/refs
fatal: HTTP request failed
我在 github.com 创建了用户名和密码,但终端不允许我在其中输入任何内容。有什么建议么?