Steps to use GitHub: 1. Apply for GitHub account xxx, create a new Repository named new-project
2, install Git client (Linux)#yum install git git-gui
3, generate a key pair, so that the project can be pushed to GitHub #ssh-keygen -t rsa -C "[email protected]"4, copy .ssh/id_rsa.pub to GitHub website
5, for convenience, set ssh without entering password # eval `ssh-agent`# ssh-add (enter passphrase)
6, test whether it can connect to GitHub#ssh [email protected] if the configuration is correct, Show ERROR: Hi xxx! You've successfully authenticated, but GitHub does not provide shell accessConnection to github.com closed.
7. Set Git global user configuration# git config --global user.name "xxx" ;# git config --global user.email [email protected]
8. Create a local new project work tree # mkdir new-project# cd new-project# git init# touch README# git add README# Git commit -m 'first commit' defines the remote server alias origin# git remote add origin [email protected]:xxx/new-project.git local and far Merge, the local default branch is master# git push origin master
GitHub can be seen on the website, http://github.com/xxx/new-project
9. Update file# Vi README automatic commit change file # git commit -a update to remote # git push origin master
self-entertainment, I decided to start a Linux server, then execute the ld & ldquo;rm –rf /&rd
I. Manually compile and install 1, download the installation package, wget https://ohse.de/uwe/rele
busybox is a Linux command box that integrates many of the tools and commands that compress Linux.
Its still a process of generating vmlinux from the compiled link. It is made up of a bunch of .o fi
Linux system security optimization in several directions
Linux new file permissions issue
Linux operating system installation jdk script
12 Linux Process Management Commands Introduction
CentOS 6.2 firewall opens, closes, and opens designated ports
Interprocess communication learning summary
How to use FSlint to find and delete duplicate files on Linux
A Shell tool: jsondiff.sh Using the basic tutorial
VLC for Windows 8 on the Microsoft Win8 store
Windwos system practical tips 60
What should I do if I detect a hard disk error after Win7 starts?
A good way to make Windows look for files is easier
Win10 preview version 10547 homemade Chinese ISO system image download 64-bit
The founder of the Linux kernel expects to have a language replacement C
Turn off the DEP function of Windows XP SP3
Win10 system reinstalls the built-in application operation method