Zulip Chat Archive

Stream: new members

Topic: download repository


Alex Zhang (Jul 14 2021 at 15:16):

I accidentally deleted my original copy for PR #8289; how can I redownload this repository and link the download one to this one?
@eric-wieser

Johan Commelin (Jul 14 2021 at 15:24):

@Alex Zhang I any random copy of mathlib, write: git pull, and then git checkout your-branch-name

Alex Zhang (Jul 14 2021 at 15:26):

Thanks, Johan! I will try.

Alex Zhang (Jul 14 2021 at 16:33):

Why am I experiencing endless "loading" after doing these steps? @Johan Commelin
My branch name is matrix_lz by the way.
image.png

Alex Zhang (Jul 14 2021 at 16:33):

Is there any looped import? I don't think I changed any import command.

Bryan Gin-ge Chen (Jul 14 2021 at 16:37):

Did you run leanproject get-cache? If you only use git you will not have the compiled version of mathlib corresponding to the commit, only the source files.

Alex Zhang (Jul 14 2021 at 16:48):

image.png
It reports this.
Perhaps I should delete or update the local one?

Johan Commelin (Jul 14 2021 at 16:51):

@Alex Zhang can you try opening VScode again? My hope/guess is that the problem will be gone.

Bryan Gin-ge Chen (Jul 14 2021 at 16:52):

If you hit control+shift+P and search for "restart Lean", the orange bars should go away quickly.

Alex Zhang (Jul 14 2021 at 16:54):

Indeed! Thanks a lot to Johan and Bryan!!


Last updated: Dec 20 2023 at 11:08 UTC