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
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