mightybyte / zeus

BSD 3-Clause "New" or "Revised" License
91 stars 9 forks source link

Don't crash if git prompts for a username and password #3

Closed mightybyte closed 4 years ago

mightybyte commented 4 years ago

In GitLab by @mightybyte on Jun 1, 2019, 18:45

mightybyte commented 4 years ago

In GitLab by @mightybyte on Jun 1, 2019, 18:46

If you add a private repository and use HTTP instead of SSH, the git clone operation will prompt for a password. This hangs the backend, so we need to handle it and recover properly.

mightybyte commented 4 years ago

In GitLab by @mightybyte on Jul 1, 2019, 17:18

I believe this is fixed for HTTP now. The SSH clone method should probably be removed.

mightybyte commented 4 years ago

In GitLab by @mightybyte on Jul 1, 2019, 17:18

closed