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.
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.
Hi thanks for your response, My config file looks like this _____________________ name = email = [core] excludesfile = C:\\Users\\[Computer name]\\Documents\\gitignore_global.txt _____________________
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi thanks for your response,
My config file looks like this
_____________________
name =
email =
[core]
excludesfile = C:\\Users\\[Computer name]\\Documents\\gitignore_global.txt
_____________________
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.