git clone github password issue

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/
Locked
JustRaspberry
 
Posts: 6
Joined: Sun Feb 17, 2013 2:32 pm

git clone github password issue

Post by JustRaspberry »

Greetings,
I am using raspberry pi to do your tutorial from pdf file called 'dht humidity sensor on raspberry pi with gdocs and logging' by ladyada. after typing the following command,
$ git clone
https://github.com/adafruit/Adafruit-Ra ... n-Code.git
I ended up with the following command in terminal,
username for 'https://github.com'
password for 'https://github.com'

What is the username and password for this?
Thank you.

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: git clone github password issue

Post by adafruit »

use

git://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git

JustRaspberry
 
Posts: 6
Joined: Sun Feb 17, 2013 2:32 pm

Re: git clone github password issue

Post by JustRaspberry »

Thank you. It solved the problem. I managed to proceed further untill I got stuck again.
I typed
gcc Adafruit_DHT.c -l bcm2835 -std=gnu99 -o Adafruit_DHT
I received the following error message
gcc: error: Adafruit_DHT.c: No such file or directory

I typed gcc command in directory where adafruit_dht.c file is located.
Also I copy/pasted the file in source directory of bcm2835 and typed gcc command in bcm2835 directory. I received the same error messauge.
Any suggestions are appreciated.
Thank you.

JustRaspberry
 
Posts: 6
Joined: Sun Feb 17, 2013 2:32 pm

Re: git clone github password issue

Post by JustRaspberry »

Sorry for the questioning about gcc. I made a typo mistake. It was Adafruit_DHT.C it should be DHT.c a small c

Locked
Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Return to “Adafruit Raspberry Pi® accessories”