Gitlab 8.11 The requested URL returned error: 401 Unauthorized while accessing https
Hello All,
Need your help, any Idea what I done wrong or what I missed? I tried to push the change to https://gitlab.its.swin.edu.au/ADIUTOMO/Gitlab.git/info/refs but it returned 401 Unauthorized, I have tried from browser as well and it returned access denied. Thank you in advance. Have ran the following:
- git config --global user.name "ADIUTOMO"
- git config --global user.email "adiutomo@swin.edu.au"
- git clone https://gitlab.its.swin.edu.au/ADIUTOMO/MyGit.git
- cd MyGit
- touch README.md
- git add README.md
- git commit -m "add README"
- git push -u origin master
ERROR [adiutomo@venus ~]$ git push -u origin master error: The requested URL returned error: 401 Unauthorized while accessing https://gitlab.its.swin.edu.au/ADIUTOMO/Gitlab.git/info/refs
[adiutomo@venus ~]$ git remote -v origin https://gitlab.its.swin.edu.au/ADIUTOMO/Gitlab.git (fetch) origin https://gitlab.its.swin.edu.au/ADIUTOMO/Gitlab.git (push)
Cheers,
Adi