gge-ucd / Discussion

Class discussion for R-DAVIS course
0 stars 4 forks source link

Error cloning from github #45

Closed ghost closed 5 years ago

ghost commented 5 years ago

I'm using a windows PC with R version 3.5.1 and I can't clone a github repo to R studio.
problemscreenshot

JepsonNomad commented 5 years ago

Note that @rchiggins is able to clone and create other repositories using https.

MCMaurer commented 5 years ago

Further notes on this- he was able to create and clone repos using his own GitHub account (thankfully), and was able to clone Classroom assignment repos from other people (I think he did it with @ryanpeek's repo). However, when we tried making one manually that had the same name as the assignment repo (w01-fix-readme-rchiggins) he couldn't clone it. Even after changing the repo name it didn't work.

I'd be curious to see if he can pull down other students' assignment repos, maybe Ryan's repo was slightly different because he's an owner of the organization, not just a member?

MarthaZillig commented 5 years ago

Has he ever made a github account before, with a different username? This was the same error popping up on another students computer, and it was solved by clearing her keychain (on a Mac) but on a PC this would mean looking into the "Credential Manager" and making sure the github username and password line up.

ryanpeek commented 5 years ago

Don't think so...but could check. At this point I think let's see if he can pull another students repo (one that is both private, and part of the class team, but they'll need to add write priviledges to the repo for him specifically).

I'd like to see him log out of github completely and log back in to make sure his account info matches up, and check user settings a bit more...but can do next week.

R

On Wed, Jan 9, 2019 at 11:58 AM Martha Wohlfeil notifications@github.com wrote:

Has he ever made a github account before, with a different username? This was the same error popping up on another students computer, and it was solved by clearing her keychain (on a Mac) but on a PC this would mean looking into the "Credential Manager" and making sure the github username and password line up.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gge-ucd/Discussion/issues/45#issuecomment-452815055, or mute the thread https://github.com/notifications/unsubscribe-auth/AFl9sCBzNuYN-6COzqAcXicX5cJ06h8Aks5vBknUgaJpZM4Z2ial .

--

"When we try to pick out anything by itself, we find it hitched to everything else in the universe."John Muir (My First Summer in the Sierra, 1911) ----------------------------------------------------- Ryan Peek, PhD! Ecologist Center for Watershed Sciences, UC Davis ryanpeek.github.io http://ryanpeek.github.io @riverpeek 530.754.5351

-----------------------------------------------------

ryanpeek commented 5 years ago

Any luck on this @rconorhggins?

ryanpeek commented 5 years ago

Looks like after updating both R and RStudio, and reinstalling git, we successfully sorted this issue. One additional note, for some reason the default path for git in RStudio wasn't /Git/bin/git.exe but /Git/mingx64/git.exe...I think this has also been resolved. Yay! 👍