Back-end/DEV notes

이클립스 프로젝트 깃허브에 업로드하기.

cheersHena 2018. 10. 15. 17:49
반응형



Eclipse 프로젝트 Github Repository에 업로드하기. 





업로드할 새 Repository생성 , HTTPs url복사. 




Window > show view > Git Repositories > 우클> ~~~URL 




깃허브 레파지토리 url 붙여넣기 , 깃헙 아이디/비번 입력 



Brunch: master  



파일경로 설정 




해당 레파지토리 선택 



finish 



해당 프로젝트가 [master]로 공유된것을 확인할수있음 




우클> Team> Add to Index 



Add index후, 다시 우클> Team>Commit 




새로운 창이 뜨고, 업로드 파일 확인 및 커맨드 추가 후 > Push and Commit 


완료. 

되었으면 깃허브 레파지토리에 가서 확인해보자. 프로젝트의 모든 파일들이 업로드 된것을 확인할 수 있다 !














** push rejected error 


연결이 끊어졌을때 fetch > marge 후 다시 push 하면 됨. 


참조:http://blog.naver.com/PostView.nhn?blogId=sim4858&logNo=220924984480


Fetch from upstream> 


git repo > Branches > local> master> marge 완료 



다시 push. 성공. 







반응형