Zulip Chat Archive
Stream: general
Topic: leanproject get fails with "Git command failed"
Scott Morrison (Jul 08 2020 at 09:18):
$ leanproject get Ruben-VandeVelde:complex-hahn-banach
Cloning from git@github.com:leanprover-community/Ruben-VandeVelde.git
Git command failed
Does anyone else see this? Am I doing something wrong?
Gabriel Ebner (Jul 08 2020 at 09:19):
The error message could be better, it should say "repository does not exist".
Gabriel Ebner (Jul 08 2020 at 09:20):
You want this:
leanproject get Ruben-VandeVelde/mathlib:complex-hahn-banach
Scott Morrison (Jul 08 2020 at 09:25):
Ah, of course. I was just copying and pasting the string that the Github PR displays
Patrick Massot (Jul 08 2020 at 09:31):
It makes me think it would be nice to decide something about https://github.com/leanprover-community/mathlib-tools/pull/65 and update leanproject before the workshop. Does anyone has an opinion here?
Last updated: Dec 20 2023 at 11:08 UTC