ezyang / ghstack

Submit stacked diffs to GitHub on the command line
MIT License
657 stars 54 forks source link

fatal: Not a valid object name HEAD:.github/ghstack_direct #265

Closed yanbing-j closed 4 weeks ago

yanbing-j commented 1 month ago

I find in ghstack 0.9.4 has the fatal error, while 0.9.3 can work well.

$ ghstack $ git remote get-url ssh $ git cat-file -e HEAD:.github/ghstack_direct fatal: Not a valid object name HEAD:.github/ghstack_direct

ezyang commented 1 month ago

Oops. This is easy to fix

ezyang commented 1 month ago

Actually, are you sure this is actually a problem? IIUC, it will print this but it will keep going right?

yanbing-j commented 4 weeks ago

Oh, yes. It will not block the procedure even with 0.9.4 version. Thanks for the remind!

ezyang commented 4 weeks ago

thanks