Answer the question
In order to leave comments, you need to log in
What is the difference between remote commands?
Set remote turnip:
git remote add pseudo [email protected]:user/project.git
git pull
fatal: No remote repository specified. Please, specify either a URL or a
remote name from which new revisions should be fetched.
git config remote.origin.url [email protected]:user/project.git
remote add
git, this repository cannot be added to the config as a remote one? Why did they come up with these 2 teams and why can't one be dispensed with in this case?
Answer the question
In order to leave comments, you need to log in
In the first you add pseudo
, in the second you change origin
, that is, overwrite it.
Before git pull
do not forget to make sure git fetch --all
that git at least knows what you are going to pull.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question