我正在尝试将某些代码推送到我在gitlab中创建的远程仓库中,但是当我执行以下命令时:
git push -u origin master
将主服务器中的代码推送到我的在线仓库中,我在shell中收到以下错误消息:
On branch develop
nothing to commit, working tree clean
C:\xampp\htdocs\gabrielgb.es>git push -u origin master
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://gitlab.com/GabotronES/gabrielgb.es.git/'
我该如何解决?我可能已经更改了密码,但我不记得了...我该怎么办?