geometry-processing-parameterization icon indicating copy to clipboard operation
geometry-processing-parameterization copied to clipboard

Can't checkout f239034d5eb0790ee7639b2523367a71e298fd21 from libigl

Open amlankar opened this issue 6 years ago • 6 comments

I was trying to clone the repository but it seems git can't checkout this commit (f239034d5eb0790ee7639b2523367a71e298fd21) from libigl.

What I've tried:

  • This also happens if I try to clone the smoothing repository (it didn't happen when I did the assignment)
  • I cloned only the libigl repository and tried to checkout this commit and I got the same error
  • I can open https://github.com/libigl/libigl/tree/f239034d5eb0790ee7639b2523367a71e298fd21 in the browser just fine

amlankar avatar Oct 16 '18 16:10 amlankar

Thanks for pointing this out. I'm in the process of fixing gp assignments to work with libigl v2.0.0

alecjacobson avatar Oct 16 '18 21:10 alecjacobson

Closing since it worked for the other assignment.

amlankar avatar Oct 24 '18 13:10 amlankar

Hi, how did you solve the problem? Since when I was trying to clone the repo it reported:

  • error: Server does not allow request for unadvertised object f239034d5eb0790ee7639b2523367a71e298fd21
  • Fetched in submodule path 'shared/libigl', but it did not contain f239034d5eb0790ee7639b2523367a71e298fd21. Direct fetching of that commit failed.

And then it fails.

songfeil avatar Oct 25 '18 23:10 songfeil

Maybe this repo isn't fixed yet, the deformation assignment does work now.

On Thu, Oct 25, 2018 at 7:49 PM songfeil [email protected] wrote:

Hi, how did you solve the problem? Since when I was trying to clone the repo it reported:

  • error: Server does not allow request for unadvertised object f239034d5eb0790ee7639b2523367a71e298fd21
  • Fetched in submodule path 'shared/libigl', but it did not contain f239034d5eb0790ee7639b2523367a71e298fd21. Direct fetching of that commit failed.

And then it fails.

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/alecjacobson/geometry-processing-parameterization/issues/29#issuecomment-433242011, or mute the thread https://github.com/notifications/unsubscribe-auth/AHR5PID5QRAwRZN6ncMHVd4_aNbDgFxNks5uok31gaJpZM4Xex14 .

amlankar avatar Oct 26 '18 02:10 amlankar

I fixed it just now. Hopefully it works.

alecjacobson avatar Oct 26 '18 07:10 alecjacobson

Hi, it works now. It seems I can't create a pull request from the original repo to my forked one since it said no changes, but deleting the repo and forking it again seems to apply the changes. Thank you!

songfeil avatar Oct 26 '18 14:10 songfeil