일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- HATEOAS
- 스프링부트 #springboot #project #Intellij
- springboot
- install
- Developer
- 웹개발
- 스프링시큐리티
- development
- RESTful
- 스프링부트
- Oracle11g
- sqldeveloper
- springboot #controller #jsp
- Web
- undefined
- 환경변수
- IntelliJ
- oracle
- restapi
- Tomcat #SpringFramework
- SpringInitializer
- Maven
- apache
- ojdbc
- Database
- tcping
- mysql
- SpringSecurity
- mssql
- postman
Archives
- Today
- Total
여백에 도장 찍기
Git - Repository add & remove
Git Repository Adding - Existing folder 폴더가 존재할 경우 git repository에 폴더를 추가하는 과정은 다음과 같다. # cd my_folder # git init # git remote add origin https://git_repo_url # git add . # git commit -m 'initial commit' # git push -u origin master * push 했을 때 다음과 같은 에러가 발생할 수 있다. error: The requested URL returned error: 401 Unauthorized while accessing https://git_repo_url/info/refs fatal: HTTP request failed >..
VCS/Git
2018. 12. 6. 14:28