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.git   

RStudio me from version control system It will not be allowed to change here:

Enter image details 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

Enter image details here

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

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -