Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

As of 2022-07-29, you will no longer be able to access KGCOE GitLab repositories using HTTPS. To update your existing repositories to SSH:

...

  1. This URL should like this: 
    git@kgcoe-git.rit.edu:<user>/<project>.git

...

  1. Open your terminal and navigate to your repository
  2. Run the following to update your URL:
    git remote set-url origin <url_from_step_3>
  3. Run the following to verify that the change has been made: 
    git remote -v

...

  1. Open Git Bash and navigate to your repository
  2. Run the following to update your URL:
    git remote set-url origin <url_from_step_3>
  3. Run the following to verify that the change has been made: 
    git remote -v

...

  1. Open the GitHub  Desktop Client and select your repository
  2. Click the "Repository" menu, then  "Repository settings..."
    Image Removed
  3. Click "Remote"
  4. Change "Primary remote repository" to the URL you copied in Step 3
    Image Removed
  5. Click "Save"

...

  1. Open File Explorer and navigate to the folder containing your repository
  2. Right-click on your repository folder and select "TortoiseGit", then "Settings"
    Image Removed
  3. Click "Git", then "Remote"
  4. Select "origin" on the right side of the window
  5. Change the "URL" field to the URL you copied in Step 3
    Image Removed
  6. Click "Apply"
  7. Click "OK"

...

git status

...

This wiki page is deprecated. You can find this documentation on our new documentation site: https://research-computing.git-pages.rit.edu/docs/changing_repo_urls_to_ssh.html