-1
I’m trying to push according to:
git remote add origin https://github.com/fretagi/pirple-projects-apple.git git branch -M main git push -u origin main
but he gives that mistake:
fatal: remote origin already exists.
so I did a search and asked me to run some commands, but without success:
some hint on how to overcome this problem?
Hello, I was able to solve after a lot of research, I had to use the
set url
and then the whole path, and then it worked. Thank you very much for the tip.– user221459