Clone gitlab project that uses git lfs without giving password all the time

前端 未结 3 1824
悲&欢浪女
悲&欢浪女 2021-01-13 05:29

I decided to try git lfs on gitlab. I noticed that it doesn\'t work with ssh so I decided to use https for it. Push works just fine but when I tried to clone my project it a

3条回答
  •  孤街浪徒
    2021-01-13 05:51

    You can use Git's credential helper which git lfs supports (has a permanent store and in-memory cache options).

    I also noticed git lfs had some issues related to this which have been resolved.

提交回复
热议问题