*#git upload-pack --stateless-rpc --advertise-refs data/build-your-own-x/*

010d8e628eb428a55ea4909de4af9a82e99db346ed83 HEADmulti_ack thin-pack 
side-band side-band-64k ofs-delta shallow deepen-since deepen-not 
deepen-relative no-progress include-tag multi_ack_detailed no-done 
symref=HEAD:refs/heads/master object-format=sha1 agent=git/2.34.1
003f8e628eb428a55ea4909de4af9a82e99db346ed83 refs/heads/master
00468e628eb428a55ea4909de4af9a82e99db346ed83 refs/remotes/origin/HEAD
00488e628eb428a55ea4909de4af9a82e99db346ed83 refs/remotes/origin/master

*#git upload-pack --stateless-rpc data/build-your-own-x/*
0032want 8e628eb428a55ea4909de4af9a82e99db346ed83
0000

*After run the above command, get nothing, no error, no pack file.*

In git doc https://git-scm.com/book/en/v2/Git-Internals-Transfer-Protocols, 
it says

*=> POST $GIT_URL/git-upload-pack HTTP/1.0 *
*0032want 0a53e9ddeaddad63ad106860237bbf53411d11a7 0032have 
441b40d833fdfa93eb2908e52742248faf0ee993 0000* 

Again, this is the same format as above. The response to this request 
indicates success or failure, and includes the packfile.

But I cannot get pack file either.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/2390457d-4837-4c84-9e80-d0884027bfa6n%40googlegroups.com.

Reply via email to