Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TECH ED] Download and Install GitHub Desktop #16

Open
FrenchFry36 opened this issue Sep 7, 2024 · 0 comments
Open

[TECH ED] Download and Install GitHub Desktop #16

FrenchFry36 opened this issue Sep 7, 2024 · 0 comments

Comments

@FrenchFry36
Copy link
Owner

@SallyMcGrath cloned issue Migracode-Barcelona/Induction#9 on 2024-07-05:

Link to the coursework

https://desktop.github.com/

Why are we doing this?

We'll be using this tool in next weeks class so it's very important that you set it up before class. You must come to class prepared.

Mac

To install, go to the website and click Download for Mac

https://desktop.github.com/

Linux

Installing on Linux is a little more tricky.

Follow the instructions here to install Github Desktop

https://github.com/shiftkey/desktop#debianubuntu-distributions

If you do not understand the instructions written then please ask on Slack for help. We haven't covered how to install software like this yet and you are not expected to understand how to do it.

Install Instructions

  • Find and Open Terminal on your Laptop

  • Copy and paste this line into the terminal then press enter

wget -qO - https://packagecloud.io/shiftkey/desktop/gpgkey | sudo apt-key add -

  • Copy and paste this line into the terminal then press enter

sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/shiftkey/desktop/any/ any main" > /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list'

  • Copy and paste this line into the terminal then press enter

sudo apt-get update

  • Copy and paste this line into the terminal then press enter

sudo apt install github-desktop

Github Desktop should now be installed. If any step of this didn't work, please ask for help on Slack.

Maximum time in hours

.5

How to get help

Share your blockers in your class channel.

https://curriculum.codeyourfuture.io/guides/asking-questions/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant