Git Clone Iin Colab Menggunakan Repo Pribadi

import os
from getpass import getpass
user = getpass('GitHub user')
password = getpass('GitHub password')
os.environ['GITHUB_AUTH'] = user + ':' + password
!git clone https://[email protected]/ziatdinovmax/Gnet-test.git
Open Osprey