プログラミング初心者です。
Githubの初期設定に関して質問です。
現在プルリクエストをするために初期設定をターミナルにて行なっておりますが、pushの際に必要なユーザー登録が上手くいかずかれこれ5時間くらい格闘しております。
pushまでは上手くいくのですが、git push origin masterとし、
Username for 'https://github.com':に続く形で
$ git config --global user.email"アカウント名"
$ git config --global user.password "パスワード"
と入れると以下のようになります。(◯は個人名などが入ります)
nothing to commit, working tree clean
◯◯◯◯◯◯◯◯:test04 ◯◯◯◯◯◯◯◯$ git push origin master
Username for 'https://github.com': $ git config --global user.email"アカウント名"
$ git config --global user.password "パスワード"Password for 'https://$ git config --global user.email"アカウント名"@github.com':
remote: Invalid username or password.
調べているのですが、アカウント名とメールアドレスを入れる、やアカウント名とパスワードを入れる、など色々情報がありどれが正解か分からない状態です。
初歩的な質問かと思いますが、宜しくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/26 05:19