Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pull error false fetch

Esat Ceyhan February 18, 2015

Hey this is what i get when i try to pull.

 

git -c diff.mnemonicprefix=false -c core.quotepath=false fetch ''Name''

git -c diff.mnemonicprefix=false -c core.quotepath=false pull ''Name'' master
fatal: Couldn't find remote ref master

Unexpected end of command stream

Completed with errors, see above.

3 answers

1 vote
rahuldanwade
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 18, 2015

Hi Escat,

 

Have you entered URL for repository correctly in ?

To fix it, you’ll have to edit your .git/config file and change the URL to the proper one.

Esat Ceyhan February 18, 2015

Hi thanks for your response, My config file looks like this _____________________ name = email = [core] excludesfile = C:\\Users\\[Computer name]\\Documents\\gitignore_global.txt _____________________

0 votes
Seth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 18, 2015

Do you have a remote? Pulling and pushing are operations that interact with remote repositories (most commonly github or bitbucket). If you don't have one, you have no reason to be pushing that button.

0 votes
Esat Ceyhan February 18, 2015

Hi thanks for your response,

My config file looks like this

_____________________

name =
email =
[core]
excludesfile = C:\\Users\\[Computer name]\\Documents\\gitignore_global.txt

_____________________

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events