|
1 | 1 | Challenge 6: Git SSH Setup |
2 | 2 | ========================== |
3 | 3 |
|
4 | | -We just got hired by a very famous movie star (who's name may not be disclosed) |
| 4 | +We just got hired by a very famous movie star (whose name may not be disclosed) |
5 | 5 | to create a new version of our app for their specific use case. Our lead |
6 | 6 | engineers were working on putting together the new app, but they mysteriously |
7 | | -dissappeared while on a golfing trip a few weeks past. We were told that the |
8 | | -code was about ready to deploy, just hadn't gotten the chance to merge it into |
9 | | -the main branch. See if you can figure out how to get it up and running. |
| 7 | +dissappeared while on a golfing trip a few weeks prior. We were told that the |
| 8 | +code was just about ready to deploy, they just hadn't gotten the chance to merge |
| 9 | +it into the `main` branch. So, now it falls to you to figure out how to get the |
| 10 | +app deployed. |
10 | 11 |
|
11 | | -The name of the app is "carrot-cruncher". The last dev got the repo set up |
12 | | -somewhere on disk, but they never said where... hopefully you'll able to find |
13 | | -it. When you do, supposedly there was a new working branch pushed to the remote |
14 | | -repo, so you'll need to figure out how to authenticate to that repo. |
15 | | - |
16 | | -There was a note in your team's documentation about a process that picks up keys |
17 | | -in the local git server. Supposedly all you had to do was copy some file to the |
18 | | -'ssh-keys/' directory near all the repos and git takes it from there? So I guess |
19 | | -try that? Then clone the remote branches down, then you'll be off to the |
20 | | -races... Good luck! |
| 12 | +There was a note in your team's documentation about a process that picks up SSH |
| 13 | +keys on the Git server. Supposedly all you had to do was copy (with `cp`) some |
| 14 | +kind of key file to a directory called "ssh-keys" and the Git server takes it |
| 15 | +from there. If you've ever set up a GitHub SSH key before, it's kind of like |
| 16 | +that. |
0 commit comments