git. password 변경된것 Local에 적용하기
web에서 git의 패스워드를 변경을 하였는데 로컬에 적용하지 않고 push를 하게 되면 다음과 비슷한 내용을 보게 됩니다. $ git push remote: Invalid username or password. fatal: Authentication failed for "https:..." 패스워드를 변경하였으니 당연히 로컬에도 적용해야 겠지요. 방법은 기존 정보를 삭제하고 다시 입력하여 주면 되는데 삭제는 이렇습니다. git config --unset credential.helper 이렇게 하고 나서 다시 push를 하여 주면 패스 name과 password를 다시 넣는 절차를 거치게 됩니다.
Version Control
2019. 12. 18. 13:38
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- rxswift
- go
- windows10
- Kotlin
- tomcat
- php
- ubuntu
- war
- Xcode
- golang
- Codable
- github
- docker
- Python
- nodejs
- android
- Windows
- SWIFT
- cocoapods
- ios
- git
- Java
- Linux
- centos8
- enum
- Spring
- Gradle
- MySQL
- CentOS
- intellij
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함