colab으로 github블로그 만들기
os Windows 10 colab 오류 해결 개인토큰 발행안하고 바로 colab에서 git했더니 계정인증문제 발생함 개인토큰을 발행후 colab과 github연동할 수 있다는 블로그를 보고 개인토큰 발행후 colab과 github 연결해서 오류 해결함 colab과 github 연동 개인토큰 발행방법: github - Settings - Developer settings - tokens - Generate new token code # 구글 드라이브 연결 from google.colab import drive drive.mount('/content/drive') # 폴더이동 cd /content/drive/MyDrive/Commit_test_folder # git clone !git clone https..
git
2023. 5. 17. 14:52