wimpysworld / desktopify

Convert Ubuntu Server for Raspberry Pi into a Desktop
https://www.youtube.com/watch?v=umtZuUJOU38
MIT License
520 stars 89 forks source link

git clone asks for password #22

Closed siduxdevil closed 4 years ago

siduxdevil commented 4 years ago

I can git clone desktopify to my workstation without a problem. When I try to git clone from Ubuntu server on a RasPi, I get asked for a password!? All I can give it are my github credentials but then I get: fatal: repository … not found. Can someone please explain?

lah7 commented 4 years ago

You can clone using SSH or HTTPS. Likely you'll want to use HTTPS as this doesn't require you to login:

git clone https://github.com/wimpysworld/desktopify.git
superpowter77 commented 4 years ago

I tried as instructed above with HTTPS as follows: git clone https://github.com/wimpysworld/desktopify.git and still asking for a username and password. Cannot get pass it. I'm re-flashing to see what happens. This is suppose to be straightforward...

evanmiller29 commented 4 years ago

I got that, but then I restarted my pi and git cloned and it worked @jtremblant

superpowter77 commented 4 years ago

It finally worked for me after reflashing again using etcher this time. Thank's

basem95148 commented 4 years ago

Don't use sudo just use git clone https://github.com/wimpysworld/desktopify.git worked for me that way.

orochikun commented 4 years ago

Same problem , reflashed restarted , same issue Also I attempted clone with another github proyect and that worked with no hickups Any ideas ?

orochikun commented 4 years ago

Nevermind the url was incorrect TRUST on this make suuuper sure you are typing the correct url