r - Errors when using RStudio's Git tools -
When trying to push GitHub from RStudio, I get the following errors I 'Rpostback-askpass' Fatal to askpass response Unable to read: Username for 'https://github.com' can not be read: no such device or address
/ pre>RStudio as mine The original is
https://github.com/rmscriven/other.git
when it should actually be
< Code> https://github.com/rmscriven/saber.gitRStudio me from version control system It will not be allowed to change here:
Is it possible to change my sitename URL from RTDO?
In the comments thanks to the Pro Tip provided by @ krlmlr,
Use an empty target directory on your GitHub project page, look for "Clone URL", maybe choose SSH variant.
I clicked "Clone URL" at a time, nothing. Again, nothing. And once again for the good measure, nothing. So I went to the terminal, read the
man git help file, and decided to change and reconfigure my password. These are the lines I have run, and it's been successful.
git config --global user.name & lt; Myuser.name & gt; Git config --global user.email & lt; Myuser.email & gt; GIT clone https://github.com/rmscriven/saber.git git pull
Then I went to the studio and he allowed me to clone my repository, and control my version URL changed setting. Here's a colorful photo
New project - & gt; Version Control - & gt; Git - & gt; Create a project
very carefully to push the development tarbik into Geethhub. rock on.
@ krlmlr, I thank you for suppressing you in the right direction. Now I feel that I am doing really well. :)
For more fun, try to call
'rpostback-askpass' ten times as fast.
Comments
Post a Comment