Difference between revisions of "Troubleshooting Gitlab"

From ETSI Forge
Jump to: navigation, search
(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...")
 
Line 11: Line 11:
 
# Try adding a <code>/</code> after the colon, i.e: <code>...forge:etsi.org:/_username_...</code>
 
# Try adding a <code>/</code> after the colon, i.e: <code>...forge:etsi.org:/_username_...</code>
 
# Try using HTTPS instead of SSH
 
# Try using HTTPS instead of SSH
 +
__FORCETOC__

Revision as of 15:20, 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:

  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