Renater Sourcesup Info https://services.renater.fr/sourcesup/git/index 1) Create your account on Renater SourceSup (if not existing) https://sourcesup.cru.fr/ In the top right corner, select the list of institution under "Se connecter avec:" and select Aix-Marseille Université Click "connection" This brings you to the ID page of the AMU. Identify yourself. If you don't have a Renater account, you will be led to the registration page, fill the form. That's it. 2) Now you have to declare one or several public ssh keys (id_rsa.pub), which will enable you to identify when getting clones of the git projects, or to submit changes. If you do not know how to generate a key pair, ask me. 3) Create a project in the following way: My Page > Register project Project full name: name your project as you see fit (ex: Test1) Unix Name: same but only lowercase and digits (ex: test1) Source code: git or svn 4) Inviting collaborators My Page > the My Projects box now displays Test1 among the other projects I am involved in. > Test1 [Admin] (Admin) (*) > Admin > Select the sub-tab "Users and permissions" > Add users from list > Case "T" (display all names starting with "T" theatabase "T") > Invite the following persons: tichit, ???, try finding Jacques van Helden and/or Aitor Gonzalez > Bouton "Finish" at the end Give everyone the Admin role and click "Add all" The URL of the project will be https://sourcesup.renater.fr/test1/ for the time being the access is restricted to invited people, but later we can open it to distribute the code. Check the following tags: - bioinformatique - R 5) Get a clone of the project (has to be done once only on each computer) My Page > Projects > Test1 > Summary below the summary, click on the link "SCM Repository " Copy the git clone line: git clone git+ssh://git@git.renater.fr:2222/test1.git and type it in a terminal. Alternative : - open RStudio - File > New Project ... - Click "Version control" > Git - in "Repository URL", type git+ssh://git@git.renater.fr:2222/test1.git - Project Directory Name test1 - as subdirectory of: browse to find a convenient parent dir In principle this should work, but currently it does not because Renater needs some time to validate the git project. After having downloaded the clone, each of us can add elements and submit them for sharing with the other ones. If this doesn't work, try doing the same on Bitbucket