-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkout issue #350
Comments
I never work with Windows (other than crosscompiling and testing).
cloning the sources works fine on Linux
Op vr 7 feb 2025 om 10:27 schreef Gisle Vanem ***@***.***>:
… A problem with a git clone of this project.
I'm on Win-10 and did:
md Git-latestcd Git-latest
git clone https://github.com/JvanKatwijk/qt-dab.git .
Cloning into '.'...
remote: Enumerating objects: 20424, done.
remote: Counting objects: 100% (1975/1975), done.
remote: Compressing objects: 100% (689/689), done.
remote: Total 20424 (delta 1471), reused 1393 (delta 1286), pack-reused 18449 (from 3)
Receiving objects: 100% (20424/20424), 549.85 MiB | 29.33 MiB/s, done.
Resolving deltas: 100% (15614/15614), done.
error: invalid path 'includes/backend/*.cpp'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
And a git restore --source=HEAD :/ also fails.
What's this? A path/filename issue on Windows only?
—
Reply to this email directly, view it on GitHub
<#350>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCPHQCNN2FGOXFZ4VBUDPT2OR367AVCNFSM6AAAAABWVQPAAGVHI2DSMVQWIX3LMV43ASLTON2WKOZSHAZTONRWHE2DQNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Jan van Katwijk
|
Thank you for your friendly comment, please recall that if you are not
satisfied with the software "as is",
ask your money back and stop using the software
Op za 8 feb 2025 om 08:30 schreef Gisle Vanem ***@***.***>:
… I never work with Windows (other than crosscompiling and testing).
Yet you want Qt-DAB to work on Windows?
When downloading a .zip from this repo, WinZip reports this:
qt-dab.jpg (view on web)
<https://github.com/user-attachments/assets/71381e92-81a1-403b-b439-fd90fba7636f>
And 7z l qt-dab-master.zip shows:
...
2025-02-05 12:52:51 D.... 0 0 qt-dab-master\includes\backend
2025-02-05 12:52:51 ..... 0 0 qt-dab-master\includes\backend\*.cpp
...
There should be no *.cpp files under includes/, no? You have done a bad
git command AFAICS.
Please fix this.
—
Reply to this email directly, view it on GitHub
<#350 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCPHQG4VJXQC6SGQSHBOX32OWXB5AVCNFSM6AAAAABWVQPAAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBUGU3DEOJZGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Jan van Katwijk
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A problem with a
git clone
of this project.I'm on Win-10 and did:
And a
git restore --source=HEAD :/
also fails.What's this? A path/filename issue on Windows only?
The text was updated successfully, but these errors were encountered: