githubschool / genuine-bean

Let's learn about Git and GitHub
https://githubschool.github.io/genuine-bean/
MIT License
1 stars 2 forks source link

Parking Lot #7

Open githubteacher opened 3 years ago

githubteacher commented 3 years ago

Post any questions you may have here during the training.

whatupfoo commented 3 years ago

Can you have >1 GPG keys?

jdittmer-athene commented 3 years ago

@rwnfoo I'm not able to clone the repos from today. Yesterday's worked fine but nothing works today. Can you see anything on your end or did I miss a step?

e72976@L-PF2FSHVJ MINGW64 /c/git-training/genuine-bean (jdittmer-athene/add-caption) $ git status On branch jdittmer-athene/add-caption Your branch is up to date with 'origin/jdittmer-athene/add-caption'.

nothing to commit, working tree clean

e72976@L-PF2FSHVJ MINGW64 /c/git-training/genuine-bean (jdittmer-athene/add-caption) $ git clone https://github.com/githubschool/genuine-bean.git Cloning into 'genuine-bean'... remote: Enumerating objects: 697, done. remote: Counting objects: 100% (697/697), done. remote: Compressing objects: 100% (469/469), done. remote: Total 697 (delta 300), reused 575 (delta 219), pack-reused 0 Receiving objects: 100% (697/697), 2.30 MiB | 2.68 MiB/s, done. Resolving deltas: 100% (300/300), done.

e72976@L-PF2FSHVJ MINGW64 /c/git-training/genuine-bean (jdittmer-athene/add-caption) $ cd ..

e72976@L-PF2FSHVJ MINGW64 /c/git-training (master) $ git clone https://github.com/githubschool/conflict-practice-jdittmer-athene.git Cloning into 'conflict-practice-jdittmer-athene'... remote: Repository not found. fatal: repository 'https://github.com/githubschool/conflict-practice-jdittmer-athene.git/' not found

e72976@L-PF2FSHVJ MINGW64 /c/git-training (master) $ git clone https://github.com/githubschool/conflict-practice-jdittmer-athene.git Cloning into 'conflict-practice-jdittmer-athene'... remote: Repository not found. fatal: repository 'https://github.com/githubschool/conflict-practice-jdittmer-athene.git/' not found

e72976@L-PF2FSHVJ MINGW64 /c/git-training (master) $ e72976@L-PF2FSHVJ MINGW64 /c/git-training (master) $ git config --global --list user.name=e72976 user.email=JDittmer@athene.com credential.https://git.onintranet.com/.helper=wincred credential.https://git.onintranet.com/.username=e72976 gui.recentrepo=C:/git/aws_ts_cloudformations fetch.prune=true

whatupfoo commented 3 years ago

Hey @jdittmer-athene, I'm sorry you didn't get to clone the repos!

Hm, looks like there is some authentication issues. The genuine-bean repo is a public one, so cloning is possible without authentication. On the other hand, conflict-practice and today's github-games repos are private. You might want to check your wincred to see if you have the correct credentials. I'm not sure if the e72976 is tied to your jdittmer-athene GitHub user account.

jdittmer-athene commented 3 years ago

It is working now. I had to update the ssh key on my account and use the ssh download link. Thanks!