Answer the question
In order to leave comments, you need to log in
How do I set up a send destination?
At work, I only had to set up a project for GitLab once, now I need to set up a second one, and somehow I forgot some elementary things.
On the first git push it says:
fatal: No send destination configured.
Either specify a URL using the command line, or set up an external repository with
git remote add <name> <address>
and then push the changes using the external repository
name git push <name>
[email protected]:site/site.git
Answer the question
In order to leave comments, you need to log in
git remote add origin [email protected]:site/site.git
git push -u origin master
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question