git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Issue with commit a2b26ff "fsck: convert gitmodules url to URL passed to curl"
@ 2020-05-11 18:02 Arno Gourdol
  2020-05-11 19:49 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Arno Gourdol @ 2020-05-11 18:02 UTC (permalink / raw)
  To: git

Hi,

I have run into an issue that is preventing me from pushing commits to my GitHub repo. I believe the problem can be tracked down to this change:

https://github.com/git/git/commit/a2b26ffb1a81aa23dd14453f4db05d8fe24ee7cc

This change introduced stricter validation and checking of the .gitmodules file.

The problem is that I had an invalid URL in my .gitmodules file (an extra "/" in "http://“):

```
[submodule "packages/website/assets/tecendil-js"]
    path = packages/website/assets/tecendil-js
    url = https:///github.com/arnog/tecendil-js.git
    branch = master
```

However, I cannot commit a fix to this, as it gets rejected because the current .gitmodules is invalid. As a result I can no longer push commits to my repo.

Any suggestion on how to work around this?

(PS: I have attempted to contact GitHub about this, but haven’t heard back)

Best,
Arno.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-11 19:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-11 18:02 Issue with commit a2b26ff "fsck: convert gitmodules url to URL passed to curl" Arno Gourdol
2020-05-11 19:49 ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).