User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cs:getting_started:start [2019/10/20 12:46]
Christofer Freeberg [Getting Prerequisite Software]
cs:getting_started:start [2020/09/02 18:28]
Chris Nathman [Getting our Code]
Line 37: Line 37:
 </​code>​ </​code>​
  
-Just hit enter through all of the prompts. Don't type in a password, the entire point of this is to eliminate the need to use a password with github! Now, copy the contents of ''​id_rsa.pub''​ and paste the contents in a new key [[git>​settings/​keys|here]]. To test if this worked, run:+Just hit enter through all of the prompts. Don't type in a password, the entire point of this is to eliminate the need to use a password with gitlab! Now, copy the contents of ''​id_rsa.pub''​ and paste the contents in a new key [[git>​settings/​keys|here]]. To test if this worked, run:
  
 <code bash> <code bash>
Line 44: Line 44:
  
 If everything is set up correctly, you should expect to see a message like: If everything is set up correctly, you should expect to see a message like:
-  PTY allocation request failed on channel ​1 +  PTY allocation request failed on channel ​0 
-  ​Hi user! You've successfully authenticated,​ but GitHub does not provide shell access. +  ​Welcome to GitLab, @user! 
-  Connection to github.com closed.+  Connection to gitlab.com closed.
  
 Finally, we need to setup our ROS workspace with the robosub code. Finally, we need to setup our ROS workspace with the robosub code.