msysgit

    0熱度

    1回答

    在共享的4位用戶開發人員VM上運行Git for Windows和Git Credential Manager。 在克隆庫中,GCM踢並驗證了我,但混帳仍然報告fatal: Authentication failed ... 我可以在我的團隊服務(以前VSO)帳戶的GCM創造了新的個人訪問令牌看到: Git: https://company.visualstudio.com/ on SHARED-

    1熱度

    1回答

    我正在嘗試爲git命令行(cmd版本,而不是bash)找到一個完整的git功能列表。我被困在圖形化的日誌查看。在tortoiseGit我可以 回購提交之間 導航的開放日誌和瀏覽文件中的每個從日誌 提交 開放差速器直接有任何命令行工具,腳本或別名爲了那個原因? 我很驚訝git包含交互式登臺對話框,我正在尋找類似的東西。

    1熱度

    1回答

    我執行了git config --system --unset credential.helper和git config --global --unset credential.helper,並通過git config --system --edit和git config --global --edit手動進入,並且所有配置都爲空(只是名稱和電子郵件地址)。我也刪除了Windows Credent

    0熱度

    1回答

    在Windows中,從Git的MSYS命令行extcmd路徑,我想運行此命令: git difftool --extcmd=/C/Program Files/Beyond Compare 4/Bcomp.exe -- file_to_diff.ext 我掙扎有extcmd參數正確分析。

    1熱度

    1回答

    我已經安裝了Git for Windows,配置爲僅在Git Bash中使用Git命令。 所以我有一個文件composer.cmd坐在composer.phar看起來像這樣身邊: @echo off php C:\bin\composer.phar %* 但是,我仍然需要在命令的年底進入.cmd或.phar它才能看到它。擴展.CMD存在於$PATHEXT中,但它似乎並不重要。不得不重新輸入一

    0熱度

    1回答

    我安裝了Git版本1.9.5-preview20141217.exe,在Win 7.當我嘗試訪問我登錄到我的新Ubuntu的服務器16.4(上面的截圖),通過SSH失敗: $ ssh -vvv deploy ....... debug3: load_hostkeys: loaded 1 keys debug1: Host '198.xxx.xxx.xxx' is known and matc

    2熱度

    3回答

    可否請你幫我在Windows中設置Lua的環境。我已將以下C:\lua\bin添加到PATH系統env。變量。但是,當我嘗試運行例如test.lua文件,print("hello world")解釋可能看到該文件,但我得到的git-bash的這條消息: $ test.lua /c/lua/bin/test.lua: line 1: syntax error near unexpected tok

    1熱度

    1回答

    我試圖克隆含有長路徑名文件GitHub的倉庫,我試圖使用命令 git config --system core.longpaths true 繞過Git的文件長度的限制 不過,我收到錯誤消息: error: could not lock config file C:\Program Files\Git\mingw64/etc/gitconfig: Permission denied erro

    0熱度

    1回答

    我試圖在我的Windows 7機器上安裝DBI perl模塊,使用Git for Windows,ie。 msysgit以及隨附的perl版本。 我已經能夠安裝一些其他的Perl模塊,但是當我試圖(通過perl -MCPAN -e "install DBI")安裝DBI,構建過程炸彈出來,出現以下錯誤: "/usr/bin/perl.exe" "/usr/share/perl5/core_perl

    0熱度

    1回答

    當我嘗試做git stash save --patch時,我得到很多在git diff或git status中看不到的修補程序更改。每次更改刪除某些線,然後重新插入相同的路線,沒有明顯的變化,例如: -Some text line +Some text line -Another line +Another line 所有這些變化都已經有一段時間沒有被觸及的資源文件。我的平臺是使用Git