Problem Solving50 [ Git ] Make sure you configure your "user.name" and "user.email" in git. 로컬 레포지토리와 리모트 레포지토리를 처음 연동하고 commit & push 를 하려는데 Make sure you configure your "user.name" and "user.email" in git. 라는 메세지가 떴다 clone 후, 해당 레포지토리를 수정할 권한이 있는 사람인지 확인해야하기에 로그인을 해줘야 한다 username 과 email 주소 설정해주기 1. username 과 email adress 를 알아보기⬇️ Github 홈페이지https://github.com/ GitHub · Build and ship software on a single, collaborative platformJoin the world's most widely adopted, AI-powered deve.. 2025. 4. 24. [ VS Code ] VS Code에서 파이썬 파일 실행 ( 파이썬 파일 실행시 SyntaxError ) VS Code 에서 .py 확장자인 파이썬 파일을 실행하려는데 아래와 같은 오류가 계속 발생했다 SyntaxError 라길래 - Python 언어 확장을 설치했는가 ? ➡ ✅- 실행한 파일에 문법 이상이 없는가 ? ➡ ✅스스로 체크해봤는데도 이상한 것이 딱히 없었다 >>> /opt/homebrew/bin/python3 /Users/nyum76/Documents/FE_Learning/test/hi.py File "", line 1 /opt/homebrew/bin/python3 /Users/nyum76/Documents/FE_Learning/test/hi.py ^SyntaxError: invalid syntax 에러 코드를 잘 살펴보니'>>>' 뒤에 명령어가 입력되어있고 이게 SyntaxErr.. 2025. 4. 16. 이전 1 ··· 6 7 8 9 다음