CommonWealthRobotics / BowlerStudio

A Full-Stack Robotics Development Environment
GNU Lesser General Public License v3.0
129 stars 29 forks source link

close https://github.com/CommonWealthRobotics/BowlerStudio/issues/339 #341

Closed madhephaestus closed 1 year ago

madhephaestus commented 1 year ago

this PR should address the case where SSH is configured for git access per https://github.com/CommonWealthRobotics/BowlerStudio/issues/339

to test first set up SSH keys on your local system and add a public key to GitHub

test that you can clone a github URL in SSH mode

next modify your ~/.gitconfig file and add

[url "git@github.com:"]
  insteadOf = https://github.com/

test in the command line that when you clone an https url from github is successfully cloned as an ssh URL substituted in.

next erase ~/bowler-workspace/gitcache/

open bowlerstudio and verify it opens correctly.