개발ETC/GIT5 Sourcetree 에서 잘못된 비밀번호로 저장소 접근 안될때 해결방법 remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication. fatal: Authentication failed for 'https://github.com/--- 소스트리에서는 한번 입력된 비밀번호가 잘못 되어도 절대 다시 입력하라고 하지 않고, 계속해서 비밀번호가 틀렸다는 메시지.. 개발ETC/GIT 2023. 4. 13. [git] git 신규 프로젝트 The repository for this project is empty Command line instructions You can also upload existing files from your computer using the instructions below. Git global setup git config --global user.name "yourname" git config --global user.email "email" Create a new repository git clone https://gitlab-----------.git cd test git switch -c main touch README.md git add README.md git commit -m "add README" git push -u origin main Push an existin.. 개발ETC/GIT 2023. 2. 21. gitlab 에서 개발서버, 운영서버 코드 다르게 유지 하는 방법 약간의 꼼수인데.. 이건 테스트해보면서도 되는데 왜 이렇게 작동하는지는 모르겟다. dev, prd 브랜치가 있으면 dev 에 코드 수정 후 커밋, prd로 전환하여 같은 방식으로 수정 -> 이러면 dev 를 prd로 merge를 하면 덮어씌워 지지 않은데 역작업은 안된다. 신기하다... 왜이러지 .. 개발ETC/GIT 2019. 8. 1. git에서 프로젝트 별 ignore할 필요가 있는 파일 및 폴더들.. http://sjava.net/2013/03/git%EC%97%90%EC%84%9C-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-%EB%B3%84-ignore%ED%95%A0-%ED%95%84%EC%9A%94%EA%B0%80-%EC%9E%88%EB%8A%94-%ED%8C%8C%EC%9D%BC-%EB%B0%8F-%ED%8F%B4%EB%8D%94%EB%93%A4/ git를 사용하기 시작한 지는 얼마 안 되었지만, svn과 비교해 보면, git가 참 가벼운 느낌이다. svn과 git가 가지고 있는 구조적인 차이겠지만, 둘 다 목적은 형상관리이고, 잘 사용하기 위해서는 관리대상에서 포함하면 좋지 않은 리소스나 빌드로 만들어내는 바이너리 등이 있다.git에서 사용하는 ignore 파일은 re.. 개발ETC/GIT 2019. 1. 24. Git Push ERROR: Repository not found https://stackoverflow.com/questions/10116373/git-push-error-repository-not-found 푸시했는데 이런 메시지나, pull은 가능한데 push 안될경우 쓰기 권한이 없을 수 있다. 내경우에는 권한으로 해결 개발ETC/GIT 2018. 12. 6. 이전 1 다음