前提
- 実行環境はWindows10.
- GitLabにサインインするとき,新規にアカウントを作らずにGitHubのアカウントを用いてサインインした.
- 正しくユーザーネームやパスワードを入力してもpushできない.
エラー内容
ユーザーネームやリポジトリ名は適当に変えている.
$ git push origin hogehoge
Username for 'https://gitlab.com': username
Password for 'https://username@gitlab.com':
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://gitlab.com/hoge/hogehoge.git/'
原因
GitLabのパスワードを設定していなかったことが原因だった.
解決方法
以下のページからパスワードを設定する.
https://gitlab.com/profile/password/edit
設定後,再度pushするとpushできた.