github 썸네일형 리스트형 IntelliJ로 만든 프로젝트 Github에 올리기 IntelliJ로 만든 프로젝트 Github에 올리기 IntelliJ로 만든 Scala Maven 프로젝트를 Github에 최초 등록하는 방법입니다. 1. 프로젝트를 만든다.Scala Maven 프로젝트 만들기: http://gyrfalcon.tistory.com/entry/IntelliJ%EB%A1%9C-Scala-Maven-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-%EB%A7%8C%EB%93%A4%EA%B8%B0 2. VCS - Import into Version Control - Share Project on Github 3. 프로젝트 생성!! 짠! github에 내가 만든 프로젝트가 업로드 된걸 확인 할 수 있다. 끝 더보기 Eclipse에서 Git이 pull이 안될때 갑자기 pull이 안될때 대처법not configured for pull .git\conf 파일이 있는데 이것을 아래와 같이 수정하면 끝! [core] repositoryformatversion = 0 filemode = false logallrefupdates = true [remote "origin"] url = [github url (e.g https:/github.minsub.com/....)] fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master 더보기 이전 1 다음