본문 바로가기

개발

(77)
import 안될 때 add library [JSP] WEB-INF/ lib .jar 추가 (= jsp에서 import가 안될때) jsp에서 import가 잘 되는데 왜 자꾸 에러가 뜰까.. ? 에러 : org.Apache.jasper.JasperException: Unable to compile class for JSP:An error occurred at line: in the generated Java file Only a type can b.. truecode-95.tistory.com 출처 : https://truecode-95.tistory.com/20
GitLab default branch 변경 방법 https://velog.io/@leyuri/Gitlab-default-branch-%EB%B3%80%EA%B2%BD-%EB%B0%A9%EB%B2%95 [Gitlab] default branch 변경 방법 gitlab 에서 repo의 default branch 를 바꾸고 싶었다. (ex. master 에서 happy 로) velog.io
Git 호스팅 서버(GitHub, GitLab, BitBucket) git 호스팅 서버 : git을 잘 사용 및 관리 할 수 있도록 만든 툴 대표적으로 GitHub, GitLab, BitBucket 이 있다. https://coinpipe.tistory.com/180
6. Git Private 공유하기 1. Settings > Collaborators > Add people 2. 요청하기 1. ytlee9110042 요청받은 사람의 메일 2. 승인 3. GitHub에 보임 Git(24) Private Repository 다른 사람과 공유하기 깃헙에서는 저장소를 만들 때, private 혹은 public 로 공개여부를 설정할 수 있다. public 은 모두가 볼 수 있지만, private 은 나와 내가 공유한 사람만 볼 수 있다. 깃헙을 사용하다보면 내 Private Reposito devbirdfeet.tistory.com
5. git 프로젝트 가져오기 1. File > Import 2. Projects from Git > Clone URI 3. URI 입력 4. master 선택 후 Next 5. Import existing Eclipse projects 선택 후 Next 6. Finish 7. Git Repositories 에서 확인 가능
4. 이클립스 프로젝트 > GitHub 올리기 1. Team > Share Project 2. "Use or create..." 클릭 > Create Repository > 3번 체크박스 클릭 3. 아래 처럼 나오면 성공 4. Remotes > Create Remote 선택 5. Create 6. Change 7. GitHub 에서 Code HTTPS 복사 8. 복사한 github 주소와 github ID, PW(Token PW) 입력 9. Save 선택 Save and Push 하면 안됨(로컬저장소에 Commit 하지 않았으므로...) 에러 : Source ref refs/heads/master doesn't resolve to any object. 10. Commit And Push 11. ++ 버튼 선택하여 아래로 내리기. 12. Commit ..
3. Sourcetree 설정 및 계정 설정 1. 소스트리 다운로드 https://sourcetreeapp.com/ Sourcetree | Free Git GUI for Mac and Windows A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac. www.sourcetreeapp.com 1) Download free 선택 2) 건너뛰기 3) Merurial 해제 4) 입력 후 다음(중요하지 X) 5) SSH 아니오 6) Clone 7) 저장소 입력 후 클론(다른 이름으로 저장해봄) 8) 인증 확인 가능 인증 방법 1 - OAuth 1) 추가 2) 호스팅 서비스 : GitHub 입력 3..
2. VS Code, GitHub 저장소 생성 1. VS Code 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 1)VSCodeUserSetup.exe 실행 후 다운로드 2. git 설치 1) https://git-scm.com/ 접속..