git clone iin colab using the private repo
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