Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Not found gitlab remote repository #83

Open
oxr463 opened this issue Sep 19, 2019 · 3 comments
Open

Not found gitlab remote repository #83

oxr463 opened this issue Sep 19, 2019 · 3 comments

Comments

@oxr463
Copy link
Contributor

oxr463 commented Sep 19, 2019

It appears this is due to cloning the repository using the username and token, as seen in this excerpt from the .git/config,

[remote "origin"]
        url = https://{{username}}:{{token}}@gitlab.com/{{group}}/{{project}}.git
@lighttiger2505
Copy link
Owner

gitlab provides two URLs, ssh and http, and git clone using these should be a common use case.

19-09-21-022307

Is there a need for the lab command to support that URL?

@oxr463
Copy link
Contributor Author

oxr463 commented Sep 21, 2019

Is there a need for the lab command to support that URL?

I'll leave that for you to decide. I typically clone with the username and personal token for private repositories, as the token is then stored in the git configuration.

@ghost
Copy link

ghost commented Aug 22, 2021

This can happen when Netlify doesn’t have access to the repositories in an account.
Make sure you have admin rights to the repository that you want to link to your site.

what to do

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants