Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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://$GITHUB_AUTH@github.com/ziatdinovmax/Gnet-test.git
Comment

PREVIOUS NEXT
Code Example
Shell :: sudo command in windows 
Shell :: openjdk 11 install linux 
Shell :: angular install ng-apexcharts 
Shell :: sudo apt-key adv --keyserver keys.gnupg.net --recv-key 6F3EFCDE 
Shell :: git shortcuts 
Shell :: how to remove unused pip dependencies on mac 
Shell :: how to scp or ssh to gcp instance 
Shell :: the unauthenticated git protocol on port 9418 
Shell :: arch hwo ot knwo th eversion of a package 
Shell :: cordova plugin list save 
Shell :: config git editor vim 
Shell :: hide top bar ubuntu 20.04 
Shell :: cmd delete folder 
Shell :: github quick setup page 
Shell :: nvm how to install latest node 
Shell :: mysql inline password command line 
Shell :: ps aux tree 
Shell :: how to install lm sensors 
Shell :: find a file in all subdirectories in linux 
Shell :: heroku set app name from cli 
Shell :: run tmux on startup 
Shell :: shopify theme kit for linux 
Shell :: How do I reset the git master branch to the upstream branch in a forked repository? 
Shell :: acce;lerate ubuntu 
Shell :: Git change branch from branch to main 
Shell :: bash script write linux 
Shell :: flutter reinstall pod 
Shell :: get docker resource usage 
Shell :: Default gateway -linux 
Shell :: Could not install Visual Studio Build Tools. 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =