I have to push my branch in for the repository. I have done an "add" and a "commit" without any problem. The console returns me:
# git status
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
# nothing to commit (working directory clean)
The problem comes when I try to push the branch:
# git push origin [email protected]:Letram/Carlos-Martel-Lamas.git
error: The requested URL returned error: 403 Forbidden while accessing
https://github.com/Letram/Carlos-Martel-Lamas.git/info/refs
fatal: HTTP request failed
What can you owe?
As additional data, to start the repository I cloned the same and made a couple of changes. It seems strange to me that I do not ask for a username or password when I want to do a push.