일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- MySQL
- 문서
- myBatis
- Open Source
- Docker
- Eclipse
- ubuntu
- JDBC
- AJAX
- MSSQL
- oracle
- 오픈소스
- spring
- PostgreSQL
- Tomcat
- 설정
- Python
- git
- Thymeleaf
- STS
- Source
- maven
- jpa
- SpringBoot
- JavaScript
- Core Java
- Exception
- Spring Boot
- error
- IntelliJ
- Today
- Total
목록형상관리 (17)
헤르메스 LIFE
게임을 하면서, Git 명령 배우기 https://learngitbranching.js.org/?locale=ko Learn Git BranchingAn interactive Git visualization tool to educate and challenge!learngitbranching.js.org 사용하는 Git 명령어를 정리해봤습니다.계속 수정 변경해서 추가할 예정입니다.초기 셋팅 ~ 일반 명령# 전역 사용자 등록$ git config --global user.name 'hermeswing'# 전역 사용자 이메일 등록$ git config --global user.email 'hermeswing@naver.com'# 기본 설정. 시스템에서 line ending 을 처리하는 방법에 따른다. # ..
개발환경Ubuntu 22.04.3IntelliJ 2023.3.3 UltimateTerminal에서 git push 를 시도 했는데 아래와 같은 오류가 발생했습니다.$ git push remote: Invalid username or password.fatal: https://github.com/hermeswing/SimpleRestAPI2.git/에 대한 인증이 실패하였습니다1. IntelliJ 에서 Git으로 Push를 시도합니다.2. Token 을 넣으라길래, 새로운 token 을 만들어서 넣었습니다.3. 문제는 Terminal 에서 git 명령을 시도하는데, 잘 되던 것이 안되는 내용이..
STS 환경에서 Terminal을 이용해서 Spring 환경을 Git Repository에 올리는 방법을 테스트 했습니다. https://hermeslog.tistory.com/675 [STS] Terminal을 이용한 Git 설정 STS 에서 Git을 연동하는 내용을 테스트 했습니다. https://hermeslog.tistory.com/674 [STS] STS에서 Github 연동 / 프로젝트 업로드 개발환경 STS 4.17.2.RELEASE Github https://hermeslog.tistory.com/464 [Git] Windows 10 Git 설치 G hermeslog.tistory.com 다시 Git Repository 에서 로컬로 올린 소스를 내려받아서 Spring Boot 환경을 구성하..
STS Terminal 을 이용해서 Github와의 연동을 완료했습니다. 이제는 Github에 있는 Repository 내용을 Clone 받아 보겠습니다. 그러기 위해서는 로컬에 있는 octopus_backend 폴더를 삭제해야 합니다. https://hermeslog.tistory.com/675 [STS] Terminal을 이용한 Git 설정 STS 에서 Git을 연동하는 내용을 테스트 했습니다. https://hermeslog.tistory.com/674 [STS] STS에서 Github 연동 / 프로젝트 업로드 개발환경 STS 4.17.2.RELEASE Github https://hermeslog.tistory.com/464 [Git] Windows 10 Git 설치 G hermeslog.tisto..
git add 명령을 실행했는데, 아래와 같은 Warning 메시지가 발생했습니다. warning: LF will be replaced by CRLF in bora.txt. The file will have its original line endings in your working directory warning: in the working copy of 'build.gradle', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'src/main/java/com/octopus/OctopusLoginApplication.java', LF will be replaced by CRLF the nex..
STS 에서 Git을 연동하는 내용을 테스트 했습니다. https://hermeslog.tistory.com/674 [STS] STS에서 Github 연동 / 프로젝트 업로드 개발환경 STS 4.17.2.RELEASE Github https://hermeslog.tistory.com/464 [Git] Windows 10 Git 설치 Git 2.30.0 ( git-scm.com/ ) 갓대희님의 블러그를 보고 따라했습니다. ( goddaehee.tistory.com/216 ) 설치 시 자세한 설명이 적혀있 hermeslog.tistory.com 그런데, 사실 STS에서 Git을 사용하는 것보단, Git Bash를 이용해서 형상관리를 하는 방법이 더 쉽다라는 말( 귀가 얇은 탓에... )이 있어서 테스트 해봤..
개발환경 STS 4.17.2.RELEASE Github https://hermeslog.tistory.com/464 [Git] Windows 10 Git 설치 Git 2.30.0 ( git-scm.com/ ) 갓대희님의 블러그를 보고 따라했습니다. ( goddaehee.tistory.com/216 ) 설치 시 자세한 설명이 적혀있으니 참고하세요~~ 설명은 이분걸 참고했습니다. ( atoz-develop.tistory.com/entry/%EC% hermeslog.tistory.com Github 연동 1. Git Hub >> 신규 Repository 생성 1-1. Repository 생성 1-2. Repository 생성 2. STS >> 오른쪽 상단에 아이콘을 클릭합니다. 3. Git 4. Clone a..
Eclipse 에서 SVN Sync 중 아래와 같은 오류가 발생했습니다. Update 가 되지 않습니다. svn: Unable to create pristine install stream Eclipse 에서 svn 을 완벽히 설정하기는 힘든 모양입니다. 1. Tortoise 를 설치합니다. tortoisesvn.net/downloads.html Downloads · TortoiseSVN download TortoiseSVN tortoisesvn.net 2. Eclipse 를 닫습니다. 3. 해당 프로젝트 선택 후 Clean up 을 선택합니다. 4. 해당 내용 체크 후 OK 선택합니다.
출처 : orga.cat/most-useful-git-commands Here there are some examples of git commands that I use often. Not all commands written here are git commands, but all of them are related to git. Please refer to the documentation for more details. Set your details git config --global user.name "John Doe" git config --global user.email "john@example.com" Use --global to set the configuration for all projec..
SVN Sync 를 진행하니, svn: ~~ is already locked. 메시지가 보여지면서 commit 도 안되고, update 도 안돼네요. update (6 paths specified) -r 2150 --force Attempted to lock an already-locked dir svn: Working copy 'C:\폴더들' locked. svn: 'C:\폴더들' is already locked. Cleanup 한 번 해주니 풀렸습니다.