Can we use the Github mac app with GitLab?

前端 未结 2 581
一生所求
一生所求 2021-02-18 16:38

I like the GitHub Mac app, which I use with my GitHub account. I have joined a GitLab project and I was wondering whether I can use the GitHub app with a GitLab repository. I fo

2条回答
  •  生来不讨喜
    2021-02-18 17:01

    Here is the command in terminal (OSX) that worked for me to clone the repo:

    git clone git@gitlab.com:yourusername/yourrepo.git

    Hope this helps someone

提交回复
热议问题