Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL's don't seem to work #8

Closed
ghost opened this issue Jan 29, 2014 · 6 comments
Closed

URL's don't seem to work #8

ghost opened this issue Jan 29, 2014 · 6 comments
Labels

Comments

@ghost
Copy link

ghost commented Jan 29, 2014

I tried pushing something to github and it said:
"could not read username for 'https://github.com': no such file or directory"

Also I don't know how password settings would work (i'm not experienced with git)

@sheabunge
Copy link
Owner

I just tried pushing a repo to GitHub using Git Portable, and it worked fine. Check your remotes with git remote -v, and post the results here.

@tendo209
Copy link

Hey there, I seem to be having the same issue as dsuser97 - tried pushing and get the same "fatal:could not read username for 'https://github.com': no such file or directory" error.

When I run git remote -v I get origin https://github.com/ak209/MyProject.git < fetch > origin https://github.com/ak209/MyProject.git < push >

Cheers.

@sheabunge
Copy link
Owner

I just installed a fresh version of Git Portable, created an empty repo, added a file, created a commit, and pushed the changes. This was the result:

$ git push origin master -u
Username for 'https://github.com': bungeshea
Password for 'https://bungeshea@github.com':
Counting objects: 3, done.
Writing objects: 100% (3/3), 218 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/bungeshea/potential-spice.git
 * [new branch]      master -> master
Branch master set up to track remote branch master from origin.

I can't seem to reproduce the error.

@orschiro
Copy link
Collaborator

Can it be an authentication error related to missing or wrongly configured ssh keys?

@jdbosser
Copy link

This is a bug from windows 1.8.5 (I hope I got that right) releases in git
itself. It has affected all windows computers running git 1.8.5, even the
non portable versions. It can be fixed by installing an earlier version,
for example 1.8.4.
On 18 Feb 2014 11:48, "Robert Orzanna" notifications@github.com wrote:

Can it be an authentication error related to missing or wrongly configured
ssh keys?

Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-35372099
.

@sheabunge
Copy link
Owner

I've just updated Git Portable to Git 1.9.0. Try seeing if upgrading fixes things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants