Programming/python38 github clone 시 classic token 입력하는법 리모트 서버에 붙어서 git clone을 하는법 1번방법. git clone https://github.com/ID/repo_name.git여기서 password을 github에서 발급받은 토큰을 넣어야 하는데 터미널 환경에서 비밀번호 붙여넣기가 안되는 경우가 있다. 그럴때는 2번 방법으로. 2번방법.git clone https://@github.com/ID/repo_name.git여기서 가 github에서 발급받은 토큰 2025. 8. 18. git stash, 원격 branch의 최신내용을 local 브랜치에 반영시킬때 git stash #내 local branch의 변경사항을 임시로 갈무git pull origin # remote의 branch을 pull 받기 git stash pop # 임시로 갈무리 해뒀던 내 changes 들 다시 local branch에 반영, conflict 날 경우 확인해줘야함 2025. 8. 13. jupyter server 띄우기 remote 접근 > jupyter notebook --no-browser --port=8888 --ip=xxx.xxx.xxx.xxx 2024. 4. 22. python SSLerror "certificate verify failed: unable to get local issuer certificate" "ConnectionError: Couldn't reach '~~~~~' on the Hub (SSLError)" huggingface 쓰면서 조우한 error인데 huggingface에만 국한된건 아니고 urllib 나 requests 등 https 통신 할때 발생하는 SSLerror 이다. 내 환경은 우분투 였고 https://stackoverflow.com/questions/10667960/python-requests-throwing-sslerror 이곳 통해 해결 # debian os.environ['REQUESTS_CA_BUNDLE'] = os.path.join( '/etc/.. 2023. 10. 27. 이전 1 2 3 4 ··· 10 다음