TabbyML / tabby

Self-hosted AI coding assistant
https://tabby.tabbyml.com/
Other
18.28k stars 771 forks source link

Use ssh for cloning repositories #2418

Open mzander opened 2 weeks ago

mzander commented 2 weeks ago

In our self hosted gitlab we disabled cloning using https. It only allows ssh

I think it should be possible to switch the protocol within the repository settings.


Please reply with a 👍 if you want this feature.

wsxiaoys commented 2 weeks ago

cc @boxbeam does it make sense to use ssh based clone by default?

boxbeam commented 2 weeks ago

I don't think we can use it by default, since it requires a different mode of authentication (ssh key instead of access token). Cloning via ssh would need to be its own feature

wsxiaoys commented 2 weeks ago

Good point - i guess ssh based solution has to go with some pub key for deployment purpose.