Skip to content

rplulbi/pemrogramanweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pemrogramanweb

Khusus RPL

git scm

Download git-scm dari https://git-scm.com/downloads
Download VsCode
Download Xampp

Memasukan SSH Key

Klik dulu profil github, Klik Setting, pilih SSH and GPG keys image

Get SSH Key

to get ssh key in your computer, and put in your github or gitlab ssh key setting.

cat ~/.ssh/id_rsa.pub

if there is no key appears, plese generate the key also set global config of git in next section and please add the public key to your github profile.

Generate RSA Key

Just One time for first instalation of git scm,

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

Set config global

Just One time for first instalation of git scm,

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

About

Khusus RPL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors