git-upload-pack errors occur when sshing into cygwin. sshd in cygwin does not take paths from .bash_profile as expected in a *nix environment.
What is the way to remedy this and make msysgit work properly with cygwin bash and cygwin ssh?
feedback
|
|
I looked every where with people getting git-upload-pack missing errors like myself and came up with this. Basicly this just sets Cygwins ssh path to have msysgit it it
remove the service that was created in the process
now add these two strings to the path below:
start the service (use -E to stop again if you want) from another PC with msysgit
For this people that didn't have Question though can any one figure out how to point to cygwin paths "/cygdrive/d/" etc? right now only / works and that means C:\ If anyone thinks this is all to sloppy and one should just use cygwin git please say so. hmm http://www.grumpydev.com/2011/01/19/switching-from-cygwin-to-msysgit-git-thinks-everything-has-been-modified/ MSysGit “fakes” filemodes is that a reason to switch to cygwin or is it helpfull on windows... | ||||
|
feedback
|