記錄一下使用git遇到的乙個小問題

2021-07-26 15:27:37 字數 373 閱讀 3546

今天我在敲完**快下班時準備提交** 當執行git add 操作的時候,出現 如下 錯誤:

if no other git process is currently running, this probably means a

git process crashed in this repository earlier. make sure no other git

process is running and remove the file manually to continue.

網上一陣搜尋找到解決方法:

在專案的目錄下滑鼠右鍵找到git bash ,鍵入

rm -f ./.git/index.lock 再次提交就ok了

記錄一下使用 interval遇到的坑

當在angular controller中用到了 interval,則必須在特定時間手動清楚定時器,否則該定時器將會一直執行下去。interval.cancel timer 如果希望在該dom從頁面上移除時,停止該定時器 scope.on destroy function 完整例項說明 定時器 定時...

記錄一下Git命令

git init 建立本地倉庫 git branch a 檢視所有的分支資訊 包括遠端分支 git add a.txt 新增檔案 git commit m 檔案描述資訊 提交檔案並新增描述資訊 git push origin master git push 遠端服務別名 遠端分支名稱 git che...

今天做了乙個題,記錄一下

題幹 程式設計 二選一 連續數字 分值 300 程式執行時限 600 ms 你的弟弟在紙上寫了一些連續的整數,這些整數是亂序排列的,且每個整數只出現一次。淘氣的弟弟把其中的乙個整數擦掉了,你現在需要寫程式找出他擦掉的是哪個數。輸入 只有一行,用逗號分隔的若干個整數 輸入約束 至少1個,至多50個整數...