Git over ssh without Git being installed on server

后端 未结 3 1370
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-16 03:33

I have full access to some folder on a remote Linux server over ssh and scp. I can upload and download files but not install apps. Now I want to put a git repository on th

3条回答
  •  轮回少年
    2020-12-16 04:07

    You could use SSHFS and mount the directory on your local machine, and then run Git locally.

提交回复
热议问题