bird-house / birdhouse-docs

Birdhouse documentation
http://birdhouse.readthedocs.io/en/latest/
Apache License 2.0
3 stars 7 forks source link

gitinclude not recognised #53

Closed nilshempelmann closed 3 years ago

nilshempelmann commented 3 years ago

some of the gitinclude are not showing up

https://birdhouse.readthedocs.io/en/latest/tutorial_birds.html

nilshempelmann commented 3 years ago

Warning message might be the key:

From https://github.com/Ouranosinc/pavics-sdi
 * branch            HEAD       -> FETCH_HEAD
git: 'co' is not a git command. See 'git --help'.
The most similar commands are
    commit
    clone
    log

I included an .gitconfig with the alias ... but co is still not recognized.

Any ideas?

tlvu commented 3 years ago

@nilshempelmann looks like you can not checkin a .gitconfig file since for it to be active, it's location should have been in <checkout>/.git/ folder which you do not have access to for commit, see https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/Where-system-global-and-local-Windows-Git-config-files-are-saved

nilshempelmann commented 3 years ago

@tlvu I see. So, may be including git config --global alias.co checkout in the Make file could solve the issue?

nilshempelmann commented 3 years ago

At least travis is happy: https://travis-ci.org/github/bird-house/birdhouse-docs/builds/733316928#L585 The fetch is working. Notebooks locally visible.