Do checkpresentkey with --debug set
This commit is contained in:
parent
b1e36c5ddf
commit
6e6811c72f
1 changed files with 59 additions and 1 deletions
|
@ -37,7 +37,65 @@ Password for 'http://forgejo@localhost:3000':
|
|||
Everything up-to-date
|
||||
$ cat ~/creds
|
||||
http://forgejo:forgejoforgejo@localhost%3a3000
|
||||
$ git annex checkpresentkey MD5E-s22--9fd0423717d1802f35d83d0663fa6074 origin
|
||||
$ git annex --debug checkpresentkey MD5E-s22--9fd0423717d1802f35d83d0663fa6074 origin
|
||||
[2024-06-26 12:06:09.806467] (Utility.Process) process [785421] read: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","show-ref","git-annex"]
|
||||
[2024-06-26 12:06:09.811952162] (Utility.Process) process [785421] done ExitSuccess
|
||||
[2024-06-26 12:06:09.813689288] (Utility.Process) process [785422] read: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","show-ref","--hash","refs/heads/git-annex"]
|
||||
[2024-06-26 12:06:09.820064447] (Utility.Process) process [785422] done ExitSuccess
|
||||
[2024-06-26 12:06:09.821678763] (Utility.Process) process [785423] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","cat-file","--batch"]
|
||||
[2024-06-26 12:06:09.846601841] (Utility.Url) Request {
|
||||
host = "localhost"
|
||||
port = 3000
|
||||
secure = False
|
||||
requestHeaders = [("Accept-Encoding",""),("User-Agent","git-annex/10.20240430")]
|
||||
path = "/forgejo/test1234.git/annex/objects/b9f/209/MD5E-s22--9fd0423717d1802f35d83d0663fa6074/MD5E-s22--9fd0423717d1802f35d83d0663fa6074"
|
||||
queryString = ""
|
||||
method = "HEAD"
|
||||
proxy = Nothing
|
||||
rawBody = False
|
||||
redirectCount = 10
|
||||
responseTimeout = ResponseTimeoutDefault
|
||||
requestVersion = HTTP/1.1
|
||||
proxySecureMode = ProxySecureWithConnect
|
||||
}
|
||||
|
||||
[2024-06-26 12:06:09.849624508] (Utility.Process) process [785424] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","credential","fill"]
|
||||
[2024-06-26 12:06:09.875935065] (Utility.Process) process [785424] done ExitSuccess
|
||||
[2024-06-26 12:06:09.876187369] (Utility.Url) Request {
|
||||
host = "localhost"
|
||||
port = 3000
|
||||
secure = False
|
||||
requestHeaders = [("Accept-Encoding",""),("Authorization","<REDACTED>"),("User-Agent","git-annex/10.20240430")]
|
||||
path = "/forgejo/test1234.git/annex/objects/b9f/209/MD5E-s22--9fd0423717d1802f35d83d0663fa6074/MD5E-s22--9fd0423717d1802f35d83d0663fa6074"
|
||||
queryString = ""
|
||||
method = "HEAD"
|
||||
proxy = Nothing
|
||||
rawBody = False
|
||||
redirectCount = 10
|
||||
responseTimeout = ResponseTimeoutDefault
|
||||
requestVersion = HTTP/1.1
|
||||
proxySecureMode = ProxySecureWithConnect
|
||||
}
|
||||
|
||||
[2024-06-26 12:06:10.002427959] (Utility.Process) process [785431] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","credential","reject"]
|
||||
[2024-06-26 12:06:10.04428136] (Utility.Process) process [785431] done ExitSuccess
|
||||
[2024-06-26 12:06:10.044677033] (Utility.Url) Request {
|
||||
host = "localhost"
|
||||
port = 3000
|
||||
secure = False
|
||||
requestHeaders = [("Accept-Encoding",""),("User-Agent","git-annex/10.20240430")]
|
||||
path = "/forgejo/test1234.git/annex/objects/zK/2F/MD5E-s22--9fd0423717d1802f35d83d0663fa6074/MD5E-s22--9fd0423717d1802f35d83d0663fa6074"
|
||||
queryString = ""
|
||||
method = "HEAD"
|
||||
proxy = Nothing
|
||||
rawBody = False
|
||||
redirectCount = 10
|
||||
responseTimeout = ResponseTimeoutDefault
|
||||
requestVersion = HTTP/1.1
|
||||
proxySecureMode = ProxySecureWithConnect
|
||||
}
|
||||
|
||||
[2024-06-26 12:06:10.046640629] (Utility.Process) process [785439] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","annex.debug=true","credential","fill"]
|
||||
Username for 'http://localhost:3000': ^C
|
||||
$ cat ~/creds
|
||||
$
|
||||
|
|
Loading…
Add table
Reference in a new issue