Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Daou-FiveGuys/colab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Google Colab & Github 연동 방법

1. Google Drive 에 폴더 생성

스크란샷 2024-09-13 17 32 06

2. Github μ—°λ™ν•˜κΈ° (connect.ipynb 파일)

1. ꡬ글 λ“œλΌμ΄λΈŒ 연동

import os
from google.colab import drive
drive.mount('/content/drive/')

Mounted at /content/drive/

2. 생성 ν΄λ”λ‘œ 이동

# μœ„μ—μ„œ μƒμ„±ν•œ 폴더 μœ„μΉ˜ ex) /content/drive/MyDrive/Daou_FiveGuys
cd /content/drive/MyDrive/{μƒμ„±ν•œ 폴더 μ£Όμ†Œ}

/content/drive/MyDrive/Daou_FiveGuys

3. Git Clone

!git clone https://[κΉƒν—ˆλΈŒ 아이디]:[토큰]@github.com/Daou-FiveGuys/colab.git

Cloning into 'colab'... remote: Enumerating objects: 4, done. remote: Counting objects: 100% (4/4), done. remote: Compressing objects: 100% (3/3), done. remote: Total 4 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0) Receiving objects: 100% (4/4), done.

4. κΆŒν•œ λΆ€μ—¬

!git config --global user.email 'κΉƒν—ˆλΈŒ 이메일'
!git config --global user.name 'κΉƒν—ˆλΈŒ 아이디'

πŸŽ‰ 연동 μ™„λ£Œ πŸŽ‰

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors