Myvideo

Guest

Login

Introduction to Web Development Setup Part 1 (Дата оригинальной публикации: )

Uploaded By: Myvideo
2 views
0
0 votes
0

In this video you will learn how to set up your computer for web development. We will be setting up your browser, text editor, and version control system. Downloads: Google Chrome: Visual Studio Code: Git: Links: Github: Github SSH Key Documentation: Terminal Commands: Set Git Username: git config —global “Your name here“ Set Git Email: git config —global “your_email@“ Set Git Commit Message Editor: git config —global “code —wait“ Check for Existing SSH Key: ls ~/.ssh Generate SSH Key: ssh-keygen -t rsa -b 4096 -C “your_email@“ Copy SSH Key (Replace the ’⋖’ symbol with an actual less than symbol): Windows: clip ⋖ ~/.ssh/ Mac: pbcopy ⋖ ~/.ssh/ Linux: sudo apt-get install xclip xclip -sel clip ⋖ ~/.ssh/ Verify SSH Key Setup: ssh -T git@

Share with your friends

Link:

Embed:

Video Size:

Custom size:

x

Add to Playlist:

Favorites
My Playlist
Watch Later