-
-
Notifications
You must be signed in to change notification settings - Fork 283
Closed
Description
I think the change in #2330:
- const refspecs = ["+refs/*:refs/remotes/cache/*"]
+ const refspecs = ["+refs/heads/*:refs/remotes/cache/heads/*"]Is causing the following issue in AirspeedVelocity.jl: MilesCranmer/AirspeedVelocity.jl#113. I am still diagnosing this but I just wanted to post it to see if anybody had suggestions for a quick fix.
I guess the solution might be on my side, to change the URL, rather than rely on a cross-repository revision lookup? Edit: Well I guess this is just two remotes, so git should handle it?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done