首页 \ 问答 \ 如何结账.git(How to checkout .git)

如何结账.git(How to checkout .git)

我的老板给了我一个路径:xxx @ yyy:git / zzzz.git
我试过git checkout xxx @ yyy:git / zzzz.git,但得到了“致命的:不是git存储库无法找到有效的git目录。” 我也试过xxx @ yyy:/git/zzzz.git和xxx @ yyy://git/zzzz.git,都返回了相同的信息我也试过git分支,但得到了“致命的:不是git仓库”我该怎么做做? 谢谢!


My boss gave me a path: xxx@yyy:git/zzzz.git
I tried git checkout xxx@yyy:git/zzzz.git, but got "fatal: Not a git repository Failed to find a valid git directory." I also tried xxx@yyy:/git/zzzz.git and xxx@yyy://git/zzzz.git, all returned the same information I also tried git branch, but got "fatal: Not a git repository" What should I do? Thanks!


原文:https://stackoverflow.com/questions/5781809
更新时间:2023-03-13 11:03

最满意答案

我有几个版本的应用程序接收TCP / IP消息并将其传递给UDP。 我使用的是之前开发的应用程序,而不是最新的。 最新的更新解决了问题。 我假设以前没有开发VB6的最新版本。 但是,在VB6上开发的最新版本包含最新的Service Pack以及Microsoft对UDP问题的修复。

如果您遇到同样的问题,请将VB6更新为最新版本并重新编译项目并参考Microsoft的技术支持页面。


I had several version of application which received TCP/IP messages and pass it to UDP. I was using one of previously developed application, not latest. The lastest update solved problem. I assume that previous ones aren't developed latest version of VB6. However, the latest version developed on VB6 with latest service pack as well as Microsoft's fix on UDP problem.

If you encounter same problem, please update VB6 to latest and re-compile the project and refer Microsoft's tech support page.

相关问答

更多
  • 您需要对安装程序进行全面检查(依赖性分析)。 如今,VB6运行时和MDAC / WDAC组件都内置于Windows中。 Windows XP和最新的Service Pack也是如此。 您的ISM正在引用MDAC合并模块,或者它引用了另一个依赖于MDAC合并模块的合并模块。 因此,为什么我建议完整的审查。 没有看你的应用程序我不能给你一个100%的答案,但可能的是,如果你实施一个安装条件(启动条件)来检查XP最新的服务包或更新,你可能会工作而不安装一堆东西你不需要安装。 You need a comprehe ...
  • Windows 7不支持VB 5.0,虽然VB 6.0是,所以我猜这是你的问题。 对此的解决方案是运行Windows xp虚拟机,而Windows 7使用xp模式执行此操作非常简单。 查看, http://www.microsoft.com/windows/virtual-pc/download.aspx VB 5.0 is not supported on Windows 7, although VB 6.0 is, so I'm guessing that's your problem. The sol ...
  • 而Windows 7现在抱怨它会修改计算机 那个施莱姆斯是否是马丁·丹·戴恩程序? in die Registry,oder in irgendwelche Verzeichnisse schreiben wo es nicht hindarf? behebe diesen“Fehler”indem Du das Programm umschreibst。 and Windows 7 is now complaining that it would modify the computer Was macht ...
  • 我找到了解决方案。 我用这种方式更改了代码: Dim xmlhttp As WinHttp.WinHttpRequest ... Set xmlhttp = New WinHttp.WinHttpRequest xmlhttp.open "POST", url, False xmlhttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" xmlhttp.setRequestHeader "Content-Leng ...
  • 我有几个版本的应用程序接收TCP / IP消息并将其传递给UDP。 我使用的是之前开发的应用程序,而不是最新的。 最新的更新解决了问题。 我假设以前没有开发VB6的最新版本。 但是,在VB6上开发的最新版本包含最新的Service Pack以及Microsoft对UDP问题的修复。 如果您遇到同样的问题,请将VB6更新为最新版本并重新编译项目并参考Microsoft的技术支持页面。 I had several version of application which received TCP/IP mess ...
  • 您可能会发现通过在兼容模式下运行exe可以解决许多问题。 右键单击exe文件。 然后选择属性,然后选择兼容性选项卡。 勾选“以兼容模式运行此程序:”的框,然后选择“Windows XP(Service Pack 3)” 单击“应用并保存等”,然后再次尝试运行应用程序。 黑屏行的问题在于颜色是从设计中的默认颜色更改而从系统调色板而不是标准调色板中选择颜色,如突出显示,突出显示文本等。如果您当时要更改主题在XP机器上,已设置为系统调色板颜色的颜色也会自动更改以匹配主题。 这不适用于Windows 7中的Aero ...
  • 使用迟绑定: Const ssfCOMMONAPPDATA = &H23 Dim strCommonAppData As String strCommonAppData = _ CreateObject("Shell.Application").NameSpace(ssfCOMMONAPPDATA).Self.Path Use late binding: Const ssfCOMMONAPPDATA = &H23 Dim strCommonAppData As String strCommon ...
  • 关闭DEP。 较旧的Axe控件倾向于使用时髦的子类化thunk(除ATL / MFC之外),没有人关心设置NX标志。 Turn DEP off. Older Ax Controls tend to use funky subclassing thunks (other than ATL/MFC ones) that no one cares to set the NX flag off.
  • SSOption将其设置为Windows XP上的Windows Button Face的背景。 这与您制作新表格时获得的背景相同。 如果要在多色表单上使用,则需要使用具有按钮面背景的框架或其他类型的机箱。 否则使用VB6的Option按钮。 SSOption的优点是能够以3D凸起或插入格式显示文本。 这实际上只能使用默认的按钮面颜色,这就是它被硬编码到控件中的原因。 当选项按钮位于文本右侧时,它还具有更好的文本格式。 如果你不能使用封闭的框架或面板,那么你有一个单调乏味的选择。 您可以创建没有文本的VB6 ...
  • 是。 答案很长:VB6运行时被正式支持为Windows Vista,Windows Server 2008(包括R2,Windows 7和Windows 8)中Windows的组成部分。 Yes. Long answer: the VB6 runtime is officially supported as an integral part of Windows in Windows Vista, Windows Server 2008 including R2, Windows 7, and Window ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)