Troubleshooting Gitlab

From ETSI Forge
Revision as of 15:19, 2 July 2018 by Carignani (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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:

  1. Check that there are not mispellings in the URL
  2. Try adding a / after the colon, i.e: ...forge:etsi.org:/_username_...
  3. Try using HTTPS instead of SSH