Selecthttpin the dropdwon and and clone it ->git clone http://...You see it is working without any errors. What is the currentbugbehavior? git clone git@my.domain.net:username/my-project.gitvia sshNOTpossible, although a)ssh git@my.domain.networks and b)git clone http://...works ...
Of course i tried to clone my gitlab repo again (to ensure, it is working): yes, working like always and cloned the repository to my computer. Gitea Version 1.21.4 built with GNU Make 4.3, go1.21.5 : bindata, sqlite, sqlite_unlock_notify ...
╰─>$ env GIT_CURL_VERBOSE=1 git clone https://domain/root/ci-test.gitCloning into 'ci-test'...[..]Username for 'https://domain': rootPassword for 'https://root@domain':[..]19:03:35.617674 http.c:715 => Send header: POST /root/ci-test.git/git-upload-pack HTTP/219:03:35.6...
1.配置网卡及Ubuntu仓库源 1)配置网卡eth0,本地内网网卡无需指定网关和域名服务器 network: vers...
Gitlab clone错误 gitlab clone时报错remote: HTTP Basic: Access denied fatal: Authentication failed for 'http://192.168.xxx.xxx 原因是在clone时出现了验证密码的操作,如图: 这里很多人看到ip地址可能以为是服务器的帐号和密码,但不是,这里要填写的是你登陆 gitlab时候的帐号和密码。 如果你之前输入错误,...
I added a new ssh key after the last time upgrade to gitlab (12.9.0-ee), then the pull/push/clone operations are asking me to input the password for git@example.com. It confused me that the ssh keys added before the last upgrade are good working, why are the new SSH keys not wor...
检查文件状态的主要工具是git status命令,如果你在clone项目后直接运行这个命令 你可以看到下面的结果 这意味着你又一个干净的工作目录,换一句话说,你的所有tracked文件都没有被更改,Git也没有看到任何untracked文件,这个命令告诉你你在哪个分支上面,并且可以知道你的分支和在服务器上的分支状态是一致的, ...
I'll also note that using a clone of the project to deploy Backstage isn't something that we support, please set up a separate project with npx @backstage/create-app instead. Though if you're running unmodified code from the main repo and running into issues then that's something we can...
I have GitLab Community Edition 15.6.2 running in Docker on my Synology. My Windows box is all working fine over SSH. However, both my Linux and MacOS machines cannot clone any repos. They can see the list of projects in the dropdown but as soon as it comes to actually clone, BOOM....
[root@gitlab ~]#gitclone https://gitlab.com/xhang/gitlab.git Cloning into 'gitlab'... remote: Counting objects: 496150, done. remote: Compressing objects: 100%(103590/103590), done. remote: Total 496150 (delta 387041), reused495906 (delta 386824)Receiving objects: 100% (496150/496150)...