Community
Participate
Working Groups
I do POST http://localhost:8080/git/remote/origin/file/h/ to fetch changes for a remote including fetching new branches. I get 202 Accepted which is fine and a link to the fetch task. Then when GET http://localhost:8080/task/id/MBFe2BqGABAaFKDWDmz6Zg is called I get: error 500 while running opperation: One of setGitDir or setWorkTree must be called.
It's a dupe of bug 342727, see bug 342727 comment 1: the current shape of Git Remote API doesn't handle POSTs on /git/remote/{remote}/file/{...}. *** This bug has been marked as a duplicate of bug 342727 ***