Skip to content

Instantly share code, notes, and snippets.

@felipeorlando
Created February 2, 2021 21:31
Show Gist options
  • Save felipeorlando/356eee146c90eb3ff519b942206dae32 to your computer and use it in GitHub Desktop.
Save felipeorlando/356eee146c90eb3ff519b942206dae32 to your computer and use it in GitHub Desktop.

On WSL2 I was receiving the following error when I was trying to git clone after configure the SSH on Github:

Please make sure you have the correct access rights
and the repository exists.

That's the solution: microsoft/WSL#4698 (comment)

But that has another error:

sudo: ifconfig: command not found

And this is the fix for this: sudo apt-get install net-tools

kiss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment