После запуска следующих команд:
git init
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/<UserName>/<repo-name>.git/
git push -u origin master
Username for 'https://github.com': <User-Name>
Password for 'https://<User-Name>@github.com':
после ввода правильных учетных данных, я получаю следующую ошибку:
remote: Anonymous access to <UserName>/<repo-name>.git denied.
fatal: Authentication failed for 'https://github.com/<UserName>/<repo-
name>.git/'
есть идеи, почему это происходит и как с этим бороться?