From: <rsbecker@nexbridge.com>
To: "'Kirill Frolov'" <frolovkirill7@gmail.com>, <git@vger.kernel.org>
Subject: RE: git ls-remote windows issue.
Date: Sun, 27 Nov 2022 13:38:10 -0500 [thread overview]
Message-ID: <01c001d9028f$69c86560$3d593020$@nexbridge.com> (raw)
In-Reply-To: <16587f28-bd73-39ba-04da-bd0e2240f48c@gmail.com>
On November 27, 2022 1:26 PM, Kirill Frolov wrote:
>When i run "git ls-remote `origin` HEAD" on windows machine i get
>"fatal: ''origin'' does not appear to be a git repository"
>
>When i run the same command on same repository on linux machine i get
>"b7efcb7055a6d45f53c05270a2420aaedaba4d02 HEAD"
Try removing the quote characters around origin under Windows. I can reproduce this on Linux using "'origin'", so it appears that the single quotes in your Windows command prompt are being passed in with origin instead of removed as in Linux.
-Randall
next prev parent reply other threads:[~2022-11-27 18:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-27 18:25 git ls-remote windows issue Kirill Frolov
2022-11-27 18:38 ` rsbecker [this message]
2022-11-27 18:48 ` Philip Oakley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='01c001d9028f$69c86560$3d593020$@nexbridge.com' \
--to=rsbecker@nexbridge.com \
--cc=frolovkirill7@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox