简体   繁体   中英

I am not able to clone repository from GitLab

When I am trying to clone the repo from GitLab, I am getting the below issue :

Cloning into 'path'...
fatal: unable to access 'https://gitlab.com/shared/<my repo>.git/': The requested URL returned error: 464

I tried adding windows credentials manually into "Windows credentials" in the control panel, but it did not work, and getting the same issue.

I think the problem is in the URL address you are inputting.

To clone a repo, go to the repo page and choose blue Clone button to the right:

在此处输入图像描述

Then you can choose whether you want to clone via SSH or HTTPS. Since you had problem with URL, you want to choose HTTPS one. Simply click on the clipboard icon and paste it to

git clone URL

You should be good to go.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM