ComputationalRadiationPhysics / xeus-cling-cuda-container

The repository contains container recipes to build the entire stack of Xeus-Cling and Cling including cuda extension with just a few commands.
Mozilla Public License 2.0
9 stars 5 forks source link

broken cling git repo at dev_container #2

Closed SimeonEhrig closed 4 years ago

SimeonEhrig commented 5 years ago

problem

git checkout master
error: pathspec 'master' did not match any file(s) known to git.

workaround

git remote set-url origin git@github.com:SimeonEhrig/cling.git
git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
SimeonEhrig commented 4 years ago

Fixed with 27c1c92