00:01:29.452,00:01:32.452 Amy Burzynski: Git command (please reach out if this does not work for you so we can troubleshoot): git clone https://gitlab.com/CSU-CIRA/python_training_resources/week_2.git 00:01:38.088,00:01:41.088 Amy Burzynski: Alternate locations for files: https://drive.google.com/drive/folders/1RSYkOYNicvoEmumHiyw4tz-OB3p5OwPk?usp=sharing ftp://ftp.cira.colostate.edu/ftp/rdemaria/week_2/week_2.tar 00:07:30.565,00:07:33.565 Jenny Hand: Initialized empty Git repository in /local/home/jlhand/python/python_week2/week_2/.git/ error: while accessing https://gitlab.com/CSU-CIRA/python_training_resources/week_2.git/info/refs fatal: HTTP request failed 00:08:24.357,00:08:27.357 Heather Cronk: thanks @Jenny! looking into it... 00:15:41.000,00:15:44.000 Matt Niznik: If anyone is interested: https://wiki.python.org/moin/PythonImplementations 00:16:21.575,00:16:24.575 Matt Niznik: Apparently you can implement Python with ...Python? https://www.pypy.org/ 00:16:25.685,00:16:28.685 Heather Cronk: @jenny, can you try with http:// instead of https:// ? 00:17:49.392,00:17:52.392 Alan Brammer - NOAA Affiliate: also, throw some -vv into your git clone line. git clone -vv https://gitlab.com/CSU-CIRA/python_training_resources/week_2.git 00:17:58.215,00:18:01.215 Jenny Hand: @heather, yes, still the same error, thanks. 00:19:13.213,00:19:16.213 Heather Cronk: @jenny, can you set `git config --global http.sslVerify false` and try again? 00:20:54.392,00:20:57.392 Heather Cronk: if still the same problem, agree with @alan above to add -vv to your clone and share the output 00:21:02.687,00:21:05.687 Jenny Hand: @heather, still doesn't work. Do I need to have the /week_2/.git path already created or will git create those? 00:21:27.277,00:21:30.277 Heather Cronk: it will create the directory and the .git directory, when working properly 00:21:39.477,00:21:42.477 Jenny Hand: the "-vv" didn't help. 00:22:11.287,00:22:14.287 Alan Brammer - NOAA Affiliate: -vv is just for more output. Sharing the extra output might help. 00:22:12.633,00:22:15.633 Heather Cronk: the -vv should increase the amount of output only and 00:22:21.777,00:22:24.777 Heather Cronk: yes, that :-D 00:22:49.395,00:22:52.395 Heather Cronk: gives me more things to google ;-) 00:23:08.462,00:23:11.462 Jenny Hand: thanks for your help! 00:24:11.473,00:24:14.473 Kate Musgrave: the problem with go to is it can send you anywhere 00:24:42.246,00:24:45.246 Heather Cronk: @ jenny could you also share the output of `git config -l` 00:27:53.411,00:27:56.411 Jenny Hand: @heather: http.sslverify=false