TortoiseGit 推送后我的文件在哪里?

发布于 2024-10-03 17:59:05 字数 206 浏览 4 评论 0原文

在我的 AWS 实例上,我创建了一个空的 git 存储库。我从 XP 上的 TortoiseGit 推送到服务器,一切似乎都很顺利。但服务器上没有任何迹象表明发生了任何事情 - git status 或 git log 中没有任何新内容。

我认为我推送的文件在哪里?

如果我需要从服务器拉取而不是推送到服务器,我应该使用什么作为我的 Windows 盒子的 URL?

On my AWS instance I created an empty git repo. From TortoiseGit on XP, I pushed to the server and all seemed to go well. But there is no indication on the server that anything has happened - nothing new in git status or git log.

Where are the files I thought I pushed?

If I need to do a pull from the server instead of a push to it, what do I use as the URL of my Windows box?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

吃→可爱长大的 2024-10-10 17:59:05

我的设置有同样的问题:TortoiseGit 1.5.8.0,git版本1.7.3.1.msysgit.0,但我找到了解决方案。就我而言,“Git 命令进度”窗口不会出现,直到……我杀死 git.exe 进程。当被杀时,push成功。

I have the same problem on my setup: TortoiseGit 1.5.8.0, git version 1.7.3.1.msysgit.0, but I found the solution. In my case the “Git Command Progress” window does not appear until… I kill git.exe process . When killed, push succeeds.

节枝 2024-10-10 17:59:05

我不使用 TortoiseGit,但是,您应该首先使用“git remote”命令注册远程存储库 url。然后你可以使用它的别名而不是像“git Push master”这样的 url。

I don't use TortoiseGit but, you should register remote repository url first using 'git remote' command. Then you can use its alias instead of url like 'git push master'.

橘虞初梦 2024-10-10 17:59:05

为什么服务器上会有文件?它只存储对象。文件本身包含在 blob 中。

Why would there be files on the server? It only ever stores objects. The files themselves are contained in blobs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文