250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Thymeleaf
- MySQL
- Source
- SpringBoot
- Core Java
- oracle
- jpa
- ubuntu
- Tomcat
- git
- IntelliJ
- spring
- JavaScript
- Open Source
- AJAX
- Docker
- Eclipse
- myBatis
- Spring Boot
- 오픈소스
- MSSQL
- error
- PostgreSQL
- Python
- STS
- JDBC
- Exception
- maven
- 문서
- 설정
Archives
- Today
- Total
목록token 생성 (1)
헤르메스 LIFE

Github 에 신규 프로젝트를 등록하면서 아래와 같은 오류가 발생 했습니다. $ git push -u origin main remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/hermeswing/sample-spring-webapp.git/' remote: Invalid username or password. Github의 연결이 끊어졌으니, 아이디 / 패스워드를 다시 넣어라 .. 뭐.. 그런 뜻 인것 같습니다. 이런 경우 일단 origin의 연결을 끊습니다. $ git remote remove origin 그리고, 다시 origin 을 연결합니다. $ git remote add origin ..
Exception
2023. 5. 26. 01:33