How to synchronize git folders to allow me to use R files simultaneously on multiple stations?

1

I've made an account in Git, and it's supposed to allow me to use the R files simultaneously on multiple stations. But I struggled a lot to be successful in the SSH key that the platform requests. And right now I can not do pull and push .

Can someone guide me, what can I do or what subject should I study to solve this difficulty?

    
asked by anonymous 06.10.2017 / 15:26

1 answer

0

Git has a keygen platform and a Portuguese tutorial on the site. link Through the tutorial in item 4.3 ( link you can use Git itself to generate an SSH key, this key must be generated one for each workstation as soon as 3 stations 3 different keys. All generated keys should be added to the project, which was created in Git, in my case added to the project directly on the GitLAb website. Once you have completed all the steps, make sure the project is public so that you can make any changes.

    
11.10.2017 / 16:37