cloud9で、git pushする際のパスワード入力
解決したいこと
ruby on rails(第7版)チュートリアルに則り、学習を進めているものです。
リスト1.20のところで、git push時にパスワードを入力しようとしたところ、半角文字が打てません。(全角文字なら打てます)
なぜ、パスワード入力時にだけ入力ができなくなるのかわからず、時間を費やしてしまっています。
拙い文で申し訳ございません
該当するソースコード
[website (main)]$ git remote add origin https://github.com/<ユーザー名>/hello_app.git
[website (main)]$ git branch -M main
[website (main)]$ git push -u origin main
Username for 'https://github.com/<ユーザー名>/hello_app.git':"半角入力できる"
Password for 'https://<ユーザー名>@github.com/<ユーザー名>/hello_app.git':"半角入力できない"
0