Re: Cloning enterprise github repo with cygwin git tries to use username/password auth, have to use Windows git

2025-02-07 Thread matthew patton via Cygwin
https://git-scm.com/docs/git-credential-store https://github.com/git-ecosystem/git-credential-manager the first allows you to save your PAT as the password when using HTTPS auth with username. But really you want link #2. Install the windows binary in a handy place (I put it under $APPDATA), tem

Cloning enterprise github repo with cygwin git tries to use username/password auth, have to use Windows git

2025-02-07 Thread KARR, DAVID via Cygwin
For quite a while, we've been using bitbucket for our intranet code repositories. I typically use ssh auth for this. I have my key registered in our servers. I have been able to use the Cygwin git for this, and it all works fine. I'm now trying to connect to our new enterprise Github reposito

Re: What symlink value should |MRxCreate()| return on |STATUS_REPARSE| to redirect to another DOS drive or UNC path ?

2025-02-07 Thread Jeremy Drake via Cygwin
On Fri, 7 Feb 2025, Roland Mainz via Cygwin wrote: > Hi! > > > > [Slightly offtopic, but I am banging my head against this problem most > of the day] > What symlink value should |MRxCreate()| return on |STATUS_REPARSE| to > redirect to another DOS drive or UNC path ? I tried something like >

Re: exposing Windows mountpoints in Cygwin

2025-02-07 Thread Jeremy Drake via Cygwin
On Fri, 7 Feb 2025, Corinna Vinschen via Cygwin wrote: > On Feb 6 13:31, Jeremy Drake via Cygwin wrote: > > Now that my patch to escape characters in /proc/mounts has been applied, > > I'll get back to what I was thinking about back in June. I would like to > > have a way to list Windows volume

What symlink value should |MRxCreate()| return on |STATUS_REPARSE| to redirect to another DOS drive or UNC path ?

2025-02-07 Thread Roland Mainz via Cygwin
Hi! [Slightly offtopic, but I am banging my head against this problem most of the day] What symlink value should |MRxCreate()| return on |STATUS_REPARSE| to redirect to another DOS drive or UNC path ? I tried something like "L:\foo", but somehow the Win10 kernel just appends that to the base

Re: exposing Windows mountpoints in Cygwin

2025-02-07 Thread Corinna Vinschen via Cygwin
On Feb 7 11:11, Corinna Vinschen via Cygwin wrote: > On Feb 6 13:31, Jeremy Drake via Cygwin wrote: > > Now that my patch to escape characters in /proc/mounts has been applied, > > I'll get back to what I was thinking about back in June. I would like to > > have a way to list Windows volume root

Re: exposing Windows mountpoints in Cygwin

2025-02-07 Thread Corinna Vinschen via Cygwin
On Feb 6 13:31, Jeremy Drake via Cygwin wrote: > Now that my patch to escape characters in /proc/mounts has been applied, > I'll get back to what I was thinking about back in June. I would like to > have a way to list Windows volume roots in Cygwin, and it seems to make > sense to me to expose th