Methods for using Git with Google Colab

前端 未结 12 795
臣服心动
臣服心动 2020-12-12 11:42

Are there any recommended methods to integrate git with colab?

For example, is it possible to work off code from google source repositories or the likes?

Nei

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 11:51

    If you want to clone a private repository, the quickest way would be:

    !git clone https://username:password@github.com/username/repository.git

提交回复
热议问题