SwissDataScienceCenter / renku-python

A Python library for the Renku collaborative data science platform.
https://renku-python.readthedocs.io/
Apache License 2.0
37 stars 29 forks source link

Support main branch as a default ref when cloning a git repository #2170

Closed vigsterkr closed 3 years ago

vigsterkr commented 3 years ago

Describe the bug Currently renku init -s <repo> fails, when providing a template repository where the default branch is not master.

To Reproduce Steps to reproduce the behavior:

  1. renku init -s https://github.com/vigsterkr/renku-mls-template.git

Expected behavior Correctly clone the repository without exceptions.

vigsterkr commented 3 years ago

duplicate of #2023