1. 程式人生 > >Git異常:Cannot delete the branch 'test1' which you are currently on

Git異常:Cannot delete the branch 'test1' which you are currently on

——————————————————————————————————————————————————————

很多人問,明明有git gui github可以直接圖形化操作的嗎?全部指令幹啥???

(o)…(o)… ===> 裝逼~

O(_)O~,開玩笑的,其實就是為了通用和熟悉gitlinux裡面照樣這樣用,多熟悉點基礎指令很有用的,

如果覺得頓時不開心了、無愛了==>推薦你快速入門:http://www.imooc.com/learn/390

———————————————————————————————————————————————————————

Cannot delete the branch 'test1' which you are currently on

很明顯,正在使用test1分支,所以刪不掉,現在切換一下,然後繼續刪,如圖:

相關推薦

Git異常Cannot delete the branch 'test1' which you are currently on

—————————————————————————————————————————————————————— 很多人問,明明有git gui 和 github可以直接圖形化操作的嗎?全部指令幹啥??? 呃(⊙o⊙)…呃(⊙o⊙)… ===> 裝逼~ O(∩_∩)O~,開玩笑的,其實就是為了

Git異常fatal: V1.0 cannot be resolved to branch.

—————————————————————————————————————————————————————— 很多人問,明明有git gui 和 github可以直接圖形化操作的嗎?全部指令幹啥??? 呃(⊙o⊙)…呃(⊙o⊙)… ===> 裝逼~ O(∩_∩)O~,開玩笑的,其實就是為了

redis遠端連線異常Cannot get Jedis connection/Could not get a resource from the pool

如果是遠端連線redis,多數情況下是沒有禁用127.0.0.1 redis預設是隻允許本機訪問的,需要在redis.conf配置檔案將127.0.0.1給禁用掉,註釋掉即可。允許外部訪問 redis還有個保護模式,預設為yes 改為no, protected-mod

WPF的TextBox拋出InvalidOperationException異常Cannot close undo unit because no opened unit exists.

man ack form framework select textbox -c ble ann 近期遇到一個問題。應用使用過程中突然崩潰,查看dump發現異常信息例如以下:UI dispatcher has encountered a problem:無法關閉撤消單元

maven項目創建——異常Cannot detect Web Project version

解決方案 font 技術分享 please fig through property log str Cannot detect Web Project version. Please specify version of Web Project through <

mysql 外來鍵 級聯刪除 級聯更新Cannot delete or update a parent row: a foreign key constraint fails (`db1`.grade

報錯:Cannot delete or update a parent row: a foreign key constraint fails。 原因:表關聯生成的強制約束問題,在刪除的時候回檢查表之間的關聯關係,從而導致無法刪除,更新 解決辦法: SET foreign_key_c

報錯Cannot instantiate the type Map(String ,Object)

錯誤資訊 Cannot instantiate the type Map<String,Object> 無法例項化Map 錯誤程式碼 //航節資訊驗證 Map<String,Object> fisrstMapSection =

POI匯出Excel表格異常cannot call getWriter() after getOutputStream()

開發環境的伺服器是Tomcat,測試環境的伺服器是WebLogic。開發匯出功能選用元件POI,同時想在使用者匯出資料時同時彈出匯出框,讓使用者自由選擇下載位置。在Tomcat環境下匯出資料時沒有問題, WebLogic環境下測試發現匯出資料拋異常。 異常資訊

R語言cannot open the connection”的解決辦法

在R語言的實踐中,讀入資料檔案幾乎是必須的操作,但沒有設定好工作空間的位置,將會提示如下錯誤: Error in file(file, "rt") : cannot open the connection In addition: Warning mess

Git異常fatal: could not create work tree dir 'XXX': No such file or directory

—————————————————————————————————————————————————————— 很多人問,明明有git gui 和 github可以直接圖形化操作的嗎?全部指令幹啥??? 呃(⊙o⊙)…呃(⊙o⊙)… ===> 裝逼~ O(∩_∩)O~,開玩笑的,其實就是為了通用

切圖異常 Cannot run program "gm": error=2, No such file or directory 處理

切圖異常: Cannot run program “gm”: error=2, No such file or directory 處理 使用im4java、ImageMagick/GraphicsMagick進行切圖,結果在測試環境執行時提示gm找不到這個異

線上安裝maven外掛問題Cannot complete the install because one or more required items could not be found.

使用Eclipse線上安裝的方式:Help-->Install  New Software 安裝maven外掛時遇到了如下的錯誤: Cannot complete the install because one or more required items cou

hive查詢異常Cannot create directory /tmp/hive-root/。。。Name node is in safe mode.

hive> select * from c; FAILED: RuntimeException org.apache.hadoop.ipc.RemoteException: org.apache.hadoop.hdfs.server.namenode.SafeMod

解決Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy

android 2.0之後,出現該問題的原因是as訪問https://services.gradle.org/distributions/gradle-xxx.zip下失敗 如下: D:\Share_L\MyApplication>gradlew Downloadin

【maven】maven的web項目打包報錯No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK

應用 cga snapshot ace owin span ons sed sse 打包過程中報錯如下: No compiler is provided in this environment. Perhaps you are running on a JRE rather

Android Error:Failed to complete Gradle execution. Cause: The version of Gradle you are using (3.3)

Android 打包錯誤: Error:Failed to complete Gradle execution. Cause: The version of Gradle you are using (3.3) does not support the forTasks() me

解決方案Perhaps you are running on a JRE rather than a JDK?

當在maven的時候出現了這麼一個問題,在網上找了好多答案,都是說:沒有找懂啊一個jdk。如圖: 可是我配置的路徑就是jdk的路徑呀。一直以為是因為其他原因。 後來看了一下路徑下的資料夾,發現我的jdk資料夾下面少了一個jre資料夾。如圖: 後來才想到編譯java檔案需要的是jre

Eclipse中執行Maven打包編譯時出現Perhaps you are running on a JRE rather than a JDK?

出現錯誤後,查看了許多網友的解決方式,但都沒有解決我遇到的問題,可能是情況還是有些許的不同;下面直接說說我的問題的解決辦法,希望對大家有所幫助;Eclipse中Maven報錯資訊如下: 本以為可能是Eclipse配置Maven沒配置好,或者是jdk和jre環境出現問題,後來在cmd視窗找到

cdh Cannot access: user/hive/warehouse. Note: you are a Hue admin but not a HDFS

Cannot access: user/hive/warehouse. Note: you are a Hue admin but not a HDFS hue中建立角色的時候,選擇url的時候,用的

關於maven項報[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rath

關於eclipse建立maven工後進行測試報[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?的解決辦法: 報錯資訊如下: [E