목록GitHub (4)
Make Be BackEnd

해당 에러는 인텔리제이에서 clone으로 가져 오려는데 해당 Clone failed : repository '주소~~' not found 로 에러 인 경우 해결한 방법이다. 프로젝트를 가져올때 GitHub 연동을 통해 로그인 후 받아오는 방법 (1) 과 Token 값 입력 하는 방법(2)의 선택지를 받았는데 (1)이 계속 실패로 되어 Token으로 시도를 해보았다가 해결 되었다. 해당 해결 책은 깃헙 공식 문서에 있는 방법 중 해당 방법을 통해 토큰을 발급하고 프로젝트 clone을 성공했다 ! https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens Man..

Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. 새로운 기능 및 개선 사항에 대 한 최신 PowerShell을 설치 하세요! https://aka.ms/PSWindows PS C:\Study\03.Study\03.ProJect\Source\Fundly> git remote add upstream https://github.com/mulgoms2/Fundly.git PS C:\Study\03.Study\03.ProJect\Source\Fundly> git remote -v origin https://github.com/InitTester/Fundly (fetch) origin https://github.com/Init..
해당 폴더에서 bash 띄운 후에 확인한다. $ git status modified: .metadata/.mylyn/.tasks.xml.zip modified 라는 문구가 보인다면 추가/수정 파일을 add 해준다 $ git add * 그 다음은 커밋 $ git commit -m "commit log" 그리고 최종 코드를 올린다 $ git push origin main
GitHub Desktop 설치 https://docs.github.com/ko/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop/installing-github-desktop GitHub Desktop 설치 - GitHub Docs You can install GitHub Desktop on supported operating systems, which currently include macOS 10.13 or later and Windows 10 64-bit or later. If you have an account on GitHub or GitHub Enterprise, yo..