Score:1

Downloading off gitlab onto Ubuntu

cn flag

I am very new to Ubuntu and have just downloaded it using WSL. I am trying to download something off of Gitlab but I get an error and have no idea where to start. I am trying to download Foam-Extend 4.0 using this line of code:

git clone https://gitlab.com/serfriz/foam-extend-4.0-ubuntu-20.04.git foam-extend-4.0

but the error i get is:

fatal: unable to access 'https://gitlab.com/serfriz/foam-extend-4.0-ubuntu-20.04.git/': Failed to connect to gitlab.com port 443: Connection timed out

I have not downloaded anything else but Ubuntu. Do I need other things, for example to create a Gitlab account or download and SSH?

I am very novice and any assistance would be greatly appreciated. Thank you

us flag
I can successfully clone the repo with the same command. It may be an issue with your internet connection. I am not sure if this is an Ubuntu (WSL) specific issue. Check if you can git clone in Windows shell.
cn flag
Sorry, just to clarify, I should try run the same line of code in windows power shell?
us flag
Yes, install git for Windows, and check if the code works in Windows power shell. Otherwise, we cannot understand whether the issue is with your internet, or with Ubuntu.
cn flag
So after installing git for Windows and running the same git line of code it successfully cloned the repository.
cn flag
I think the problem might be that I had not set up a Gitlab account or set up a public ssh key. I have now started the process to set up a ssh key however I am stuck at the point where I have created a public ssh key, however I cannot find it now in order to paste it into my Gitlab account
cn flag
I am stuck when inputting this line of code: 'xclip -sel clip < ~/.ssh/id_ed25519.pub' I get the error: 'Command 'xclip' not found, but can be installed with: sudo apt install xclip' But when I enter that line of code to install xclip I get the error: 'E: Unable to locate package xclip' Can you please suggest what I can do?
cn flag
I have solved the issue, thank you very much for your help
us flag
How did you solve the issue?
cn flag
My antivirus firewall was blocking the connection and i needed to disable that to allow it to connect
us flag
Please write it into an answer, because it may help fellow users in the future.
Score:0
cn flag

I solved this issue by turning off my antivirus firewall (avast) as that was blocking the connection

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.