TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Git pull/push stuck forever on WSL2

1 pointsby delducaover 3 years ago

1 comment

delducaover 3 years ago
strace git pull<p>``` lstat(&quot;.git&#x2F;refs&#x2F;tags&#x2F;HEAD&quot;, 0x7ffed22c0b10) = -1 ENOENT (No such file or directory) stat(&quot;.git&#x2F;packed-refs&quot;, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0 lstat(&quot;.git&#x2F;refs&#x2F;heads&#x2F;HEAD&quot;, 0x7ffed22c0b10) = -1 ENOENT (No such file or directory) stat(&quot;.git&#x2F;packed-refs&quot;, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0 lstat(&quot;.git&#x2F;refs&#x2F;remotes&#x2F;HEAD&quot;, 0x7ffed22c0b10) = -1 ENOENT (No such file or directory) stat(&quot;.git&#x2F;packed-refs&quot;, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0 lstat(&quot;.git&#x2F;refs&#x2F;remotes&#x2F;HEAD&#x2F;HEAD&quot;, 0x7ffed22c0b10) = -1 ENOENT (No such file or directory) stat(&quot;.git&#x2F;packed-refs&quot;, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0 stat(&quot;&#x2F;usr&#x2F;lib&#x2F;git-core&#x2F;git&quot;, {st_mode=S_IFREG|0755, st_size=3093072, ...}) = 0 pipe([3, 4]) = 0 rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fd39f040e50) = 1430 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 close(4) = 0 read(3, &quot;&quot;, 8) = 0 close(3) = 0 wait4(1430, 0x7ffed22c0ec4, 0, NULL) = ? ERESTARTSYS (To be restarted if SA_RESTART is set) --- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} --- wait4(1430, ```
评论 #29107483 未加载