Skip to content

baesic/Help

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Project.


[Github for collaborator]

1. Make Github account. Sign in at Github.(https://github.com/)

2. Send signed Nickname or email_adress to Starmomo.

3. starmomo add SSH keys to Collaborators by Help member.


[Making Github SSH keys and Coding]

1. git bash 

2. $ ssh-keygen -t rsa -C "[email protected]"
   # Creates a new ssh key using the provided email
   # Generating public/private rsa key pair.
   # Enter file in which to save the key (/c/Users/you/.ssh/id_rsa): [Press enter]

3. copy content in id_rsa
   # Your identification has been saved in /c/Users/you/.ssh/id_rsa.
   # Your public key has been saved in /c/Users/you/.ssh/id_rsa.pub.
   # The key fingerprint is:
   # 01:0f:f4:3b:ca:85:d6:17:a1:7d:f0:68:9d:f0:a2:db [email protected]
   
   $ clip < ~/.ssh/id_rsa.pub
   # Copies the contents of the id_rsa.pub file to your clipboard

4. Testing(After confirm to adding SSH keys)
   $ ssh -T [email protected]
   # Attempts to ssh to github
   
   # (Success! message)
   # Hi username! You've successfully authenticated, but GitHub does not
   # provide shell access

   # (Don't worry, This message. you do type "yes")
   # The authenticity of host 'github.com (207.97.227.239)' can't be established.
   # RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
   # Are you sure you want to continue connecting (yes/no)?

7. Use github 'pull' and 'push' without username, password.





Then you may do ssh-keygen by git bash in Help(Hello Project folder).

When you upload to Github
First, github 'pull' and then you may use 'push' to Github.




Thanks Helper~!  



	         2012.08.17.08:58
	         by starmomo.

About

코딱지 프로젝트명: Hello Project - 인터넷 전자계산기

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors