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

HttpRequestException with Private Repos #71

Closed
carlescufi opened this issue Oct 8, 2018 · 2 comments
Closed

HttpRequestException with Private Repos #71

carlescufi opened this issue Oct 8, 2018 · 2 comments
Assignees
Labels
bug Something isn't working priority: high
Milestone

Comments

@carlescufi
Copy link
Member

carlescufi commented Oct 8, 2018

Every time west accesses a private repo and using https with a credential manager, an error is displayed, although the actual clone proceeds correctly.
Note that a pop-up window is displayed initially which seems to fail to log in the user into GitHub.

C:\Users\Carles\src>west init -u <private repo url> wncs
Initializing in new directory wncs
Cloning into 'wncs\west\west'...
remote: Enumerating objects: 38, done.
remote: Counting objects: 100% (38/38), done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 792 (delta 13), reused 25 (delta 10), pack-reused 754
Receiving objects: 100% (792/792), 263.95 KiB | 1.17 MiB/s, done.
Resolving deltas: 100% (405/405), done.
Cloning into 'wncs\west\manifest'...
fatal: HttpRequestException encountered.
   An error occurred while sending the request.
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 7 (delta 0), reused 7 (delta 0), pack-reused 0
Unpacking objects: 100% (7/7), done.
@carlescufi carlescufi added the bug Something isn't working label Oct 8, 2018
@carlescufi carlescufi added this to the 0.3.0 milestone Oct 8, 2018
@carlescufi
Copy link
Member Author

This is actually an issue with Git Credential Manager for Windows. I updated to the latest and the problem was solved.
Download the latest from: https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases

@carlescufi
Copy link
Member Author

More info here:
microsoft/Git-Credential-Manager-for-Windows#488

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: high
Projects
None yet
Development

No branches or pull requests

2 participants