RIT will permanently shut down the RIT Wiki (Confluence wiki) on February 2, 2024. Review the Wiki Shut Down Overview for information on alternative tools, exporting content from the wiki, and other FAQs.
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:
...
- This URL should like this:
git@kgcoe-git.rit.edu:<user>/<project>.git
...
- Open your terminal and navigate to your repository
- Run the following to update your URL:
git remote set-url origin <url_from_step_3> - Run the following to verify that the change has been made:
git remote -v
...
- Open Git Bash and navigate to your repository
- Run the following to update your URL:
git remote set-url origin <url_from_step_3> - Run the following to verify that the change has been made:
git remote -v
...
- Open the GitHub Desktop Client and select your repository
- Click the "Repository" menu, then "Repository settings..."
- Click "Remote"
- Change "Primary remote repository" to the URL you copied in Step 3
- Click "Save"
...
- Open File Explorer and navigate to the folder containing your repository
- Right-click on your repository folder and select "TortoiseGit", then "Settings"
- Click "Git", then "Remote"
- Select "origin" on the right side of the window
- Change the "URL" field to the URL you copied in Step 3
- Click "Apply"
- 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


