zoukankan      html  css  js  c++  java
  • failed to sync branch You might need to open a shell and debug the state of this repo.

    failed to sync branch You might need to open a shell and debug the state of this

     

    repo.


    i made some changes to a file a month ago. i just realized today that they didn't go anywhere; the GitHub web-site has no history of my changes.

    The client has no indication that anything is out of date (there are no "uncommitted changes"). But there are "unsynced commits":

    enter image description here

    How do i sync unsynced commits?

    I tried nothing, and i'm fresh out of ideas

    i tried clicking the sync button (whatever that means), but all i get (after a progress bar moves for about 7 seconds) is:

    failed to sync branch
    You might need to open a shell and debug the state of this repo.

    enter image description here

    Clicking OPEN SHELL, causes a powershell prompt to appear, where i type:

    debug the state of this repo
    

    But that doesn't seem to do it:

    enter image description here

    How do i sync unsynced commits in the GitHub for Windows client?


    解决的方法:

    fatal: Not a git repository (or any of the parent directories): .git

    提示说没有.git这样一个文件夹,解决的方法例如以下:

    git init就能够了!




    參看git init 后的图片
  • 相关阅读:
    linux-nohup后台运行
    linux-友好显示文件大小
    System.exit(0)会跳过finally块的执行
    Spark-scala-API
    Lua协程-测试3
    Lua协程-测试2
    Lua协程
    费马大定理
    Spring事务超时、回滚的相关说明
    springboot测试service层的单元测试
  • 原文地址:https://www.cnblogs.com/cynchanpin/p/6943272.html
Copyright © 2011-2022 走看看