GitHub repo不会更新

编程入门 行业动态 更新时间:2024-10-25 10:22:35
本文介绍了GitHub repo不会更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我做了一些涉及重置倒数第二次提交的更改,然后是更改,重新提交和标记更改。鉴于我刚刚在GitHub上发布了 v1.0 ,我需要修正一些问题。所以在克隆之后,我跑了

I made some changes involving a reset to the penultimate commit, followed by a change, a re-commit, and a tag change. Whereas I had just released v1.0 on GitHub, I needed to fix something. So after cloning, I ran

git reset HEAD^ git tag -d v1.0 # changed my file git commit -am "Move to version 1.0" # the same commit message as the one I undid above git tag v1.0 git push --force --follow-tags

但是,这些更改不会出现在GitHub的界面上。我可以看到,这些变化被推动了,如果我克隆了一个新的repo副本,它们甚至会出现。但是,GitHub的图形界面并未显示更改。

However, these changes don't appear on GitHub's interface. I can see that the changes were pushed, and they are even present if I clone a fresh copy of the repo. However, GitHub's graphical interface doesn't show the change.

有问题的回购是 github/The-Penultimate-Defenestrator/mathquill-evaluate

我怎样才能修正这种行为?

How can I fix this behavior?

推荐答案

从Github的状态网站:

From Github's Status site:

某些用户可能会在推送或其他更改上出现延迟。

Some users may experience a delay in pushes or other changes appearing on the site.

截至10:53山区夏令时间

That is as of 10:53 Mountain Daylight Time

更多推荐

GitHub repo不会更新

本文发布于:2023-07-04 17:24:16,感谢您对本站的认可!
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:GitHub   repo

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!