Gitlab Vscodium integration

My YunoHost server

Hardware: VPS bought online
YunoHost version: 4.3.6.2 (stable).
I have access to my server : through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:

Description of my issue

I’m trying to GitLab integration to my vscodium software. It fails with → fatal: unable to update url base from redirection:

Is there any way to solve this problem?
Thanks in advance.

user@domain ~> git config --global user.name "user"
user@domain ~> git config --global user.email "user@mydomain.ltd"

user@domain ~/Workshop-master> git init
Initialized empty Git repository in /home/user/Workshop-master/.git/
user@domain ~/Workshop-master (master)> git remote add origin https://mydomain.ltd/gitlab/user/demo-project.git
user@domain ~/Workshop-master (master)> git add .
user@domain ~/Workshop-master (master)> git commit -m "Initial commit"
[master (root-commit) 2768194] Initial commit
 274 files changed, 67143 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 .vscode/settings.json
 create mode 100644 Chapter01/Activity01/Activity01.ipynb
 create mode 100644 Chapter01/Activity02/Activity02.ipynb
 create mode 100644 Chapter01/Activity03/Activity03.ipynb
 create mode 100644 Chapter01/Activity04/Activity04.ipynb
.........................................................

user@domain ~/Workshop-master (master)> git push -u origin master
fatal: unable to update url base from redirection:
  asked for: https://mydomain.ltd/gitlab/user/demo-project.git/info/refs?service=git-receive-pack
   redirect: https://mydomain.ltd/yunohost/sso/?r=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


Sounds like the application should be made public / accessible to visitors

OK
I see.
Thanks for you attention.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.