将存储库上传到 BitBucket
只是想与您核实一下有关 Mercurial 和 BitBucket 的信息,因为我不确定这是否是我这边的问题,或者他们的 Web 界面发生了某些变化(我几乎从不看它 - 只需记住 URL 即可)。
我最近在 BitBucket 上创建了一个新帐户和一个新的存储库(嗯,其中有几个,但我们现在就以这个例子为例)。它给了我一个链接,形式为“
https://..../myusername/name_of_repo
然后我去了我的本地存储库”,
hg push https://... (same thing as above)
现在当我访问https://bitbucket.org/myusername
时,我可以在右侧看到我的所有存储库,和最近的历史记录活动,但是当我点击顶部的存储库大按钮时,它显示未找到存储库。这有点烦人,因为我不觉得写下每次我想检查我的存储库时,都会使用 bitbucket URL/myusername。
所以,我很感兴趣 - 这是我这边的错误(我做错了什么)还是......?
这可能会被认为是题外话,因为它一般不涉及软件,但它与编程如此相关,以至于我真的不认为它属于网络应用程序。此外,程序员是唯一知道我在这里所说的内容的人。
Just wanted to check something with you regarding Mercurial and BitBucket, since I'm not sure if it's something on my side or has something changed in their web interface (I almost never look at it - just remember the URL's and that's it).
I recently created a new account on BitBucket, and a new repo (well, several of them, but let's go with now for this example). It gave me a link in the form of
https://..../myusername/name_of_repo
then I went to my local repo and did
hg push https://... (same thing as above)
Now when I go to https://bitbucket.org/myusername
I can see all my repositories on the right side, and recent history activity, but when I click on the big Repositories button on the top, it says Repositories not found. It's kinda annoying because I don't feel writing down the bitbucket URL/myusername every time I wish to check my repos.
So, I'm interested - is that an error on my side (me doing something wrong) or ... ?
This could probably be thought of offtopic here as it doesn't deal with software in general, but it is so programming related that I really don't think it belongs on webapps. Besides programmers are the only ones who will know what I'm talking about here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,看来问题是由某种缓存引起的;-)
Well, seems like the issue was caused by some sort of cache ;-)