leon-anavi / rpi-examples

Raspberry Pi examples
MIT License
148 stars 83 forks source link

Asking for username and password #4

Closed killeraloha closed 6 years ago

killeraloha commented 6 years ago

type the following commands to get the source code of the example for writing and reading data to the NFC cards and RFID tags:

cd ~ git clone https://github.com/leon-anavi/rpi-examples.git

after typing this it's asking me for username and password? please help thank you

leon-anavi commented 6 years ago

Hi @killeraloha,

No, you don't need username or password to clone a git repository with HTTPS:

$ git clone https://github.com/leon-anavi/rpi-examples.git
Cloning into 'rpi-examples'...
remote: Counting objects: 301, done.
remote: Total 301 (delta 0), reused 0 (delta 0), pack-reused 301
Receiving objects: 100% (301/301), 66.28 KiB | 309.00 KiB/s, done.
Resolving deltas: 100% (90/90), done.

For details please refer to GitHub documentation about cloning a repository: https://help.github.com/articles/cloning-a-repository/

Best regards, Leon