Difference between revisions of "Troubleshooting Gitlab"
From ETSI Forge
(Created page with "== Clone on Windows: Could not resolve hostname == If you clone a project using SSH, Windows may answer: ssh: Could not resolve hostname forge:etsi.org:_username_: Name or...") |
(No difference)
|
Revision as of 14:19, 2 July 2018
Clone on Windows: Could not resolve hostname
If you clone a project using SSH, Windows may answer:
ssh: Could not resolve hostname forge:etsi.org:_username_: Name or service not known.
How to fix:
- Check that there are not mispellings in the URL
- Try adding a
/
after the colon, i.e:...forge:etsi.org:/_username_...
- Try using HTTPS instead of SSH