-
Notifications
You must be signed in to change notification settings - Fork 778
"Could not read from remote repository" with git+openssh #98
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
Comments
Not sure. What does git-upload-pack do and how does it work? Does it need authentication? |
As per git documentation, it's part of a normal 'git fetch' (
|
I wonder if the following article could not be a explanation: http://blog.chronosinteractive.com/posts/using-windows-server-host-git-repository . With another ssh server (bitvise):
Indeed, in the error msg in 1st post, I had: Executing command: git-upload-pack '/GitRepos/MyRepoName' |
See #752. You can solve the single quotes problem by changing the receivepack command, but even after that Git still doesn't work properly. |
All Git related issues are being in #752 |
Hi,
Still switching from other ssh daemon to OpenSSH-Win64 (using Dec 22, 2015 version), I'm facing a "Could not read from remote repository" error with git when using a git url like this:
ssh://myusername@myhost:1234/GitRepos/MyRepoName
The exact error in git (when doing a pull for instance) is:
Of course, the path exists and is even readable by everybody, and the git URL works well if I use another SSH daemon (ex: copssh)
Here is the log of openssh:
Any idea? It could be close to #43 but that didn't help me.
Thanks for your help!
The text was updated successfully, but these errors were encountered: