domain
子树push -前缀dist源区gh-page //拒绝错误同步:未能将一些推荐推送到'url',提示:更新被拒绝是因为一个被推送的分支提示在其远程对应的后面。检查这个分支并集成远程更改(例如'git拉.‘)在再次推送之前,
g 241
指向github:https://github.com/AnthonyVNgo/LearnFS的链接
尝试了一堆git命令,并遵循提示的反应,但我挖了一个更深的洞。
发布于 2022-11-29 00:44:32
要恢复丢失的工作,你可以:
运行git reflog
,
git checkout the_id_shown_in_git_reflog,例如,找到丢失的工作的git checkout 100e500bd.
git checkout -b my_lost_work,直到找到您的work
git push
git push
main和gh-pages分支。发布于 2022-11-29 03:09:23
检查你的作品是否被藏起来了:
git stash show
git stash listhttps://stackoverflow.com/questions/74607259
复制相似问题