r - Changing Git protocol for RStudio project already under version control in Windows -


I like to use RStudio for built-in integration with version control systems. However, there is a way to change GET protocol in contrast to http to ssh or project on Windows, RSTIO Control to delete and restore the project?

I'm missing something, but I'm basically cloning my code using http after which I suffered a lot because every time I change the project I want to enter my user name and password again so I want to enter the version control ( project -> Project Option -> gtit / SVN -> version control system: any ) and then Gn control try to re-use the ssh but it will only allow you to return to the selected protocol when creating the project in the first place.

The only way to change the protocol is by removing the project and then using the correct ssh parameter to create a new project from Git Hub. I really want to be able to change the version control protocol for projects without deleting http and removing ssh without cloning.

Is this possible?

check out git config and the entire configuration content you distribute "git" "To configure the aspect, many remote configurations can be configured.

You can try to keep the full repository (or just .git / config , a copy !) And check that the configuration So what happens to your specific case depends on a lot of things which are not under the control of GIT, such as firewall configuration, on the way and on the other end the configuration

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -