小問題解決總結之svn提交錯誤

2021-08-14 17:04:43 字數 552 閱讀 9462

svn: commit failed (details follow):

svn: could not use external editor to fetch log message; consider setting the $svn_editor environment variable or using the --message (-m) or --file (-f) options

svn: none of the environment variables svn_editor, visual or editor is set, and no 'editor-cmd' run-time configuration option was found

svn 提交需要編輯文字,新同學的電腦上沒有配置這個,需要在bash_profile中進行環境配置,配置好在提交時候寫描述的時候使用什麼文字編輯器。這裡我用的vim.

具體描述

可能有同學不能翻牆,截個圖吧

SVN小問題解決

1 svn import時的亂碼 在windows cmd.exe裡面用svn提示資訊亂碼,這樣可以搞定 在autoexec.bat裡面加入 set lang zh cn.utf8 set apr iconv path c tools svn win32 1.4.3 iconv 或者直接在我的電腦 ...

SVN小問題解決

1 svn import時的亂碼 在windows cmd.exe裡面用svn提示資訊亂碼,這樣可以搞定 在autoexec.bat裡面加入 set lang zh cn.utf8 set apr iconv path c tools svn win32 1.4.3 iconv 或者直接在我的電腦 ...

9 12小問題解決

問題一 c 操作datagridview的時候,往單元格內寫資料時出現 索引超出範圍 的錯誤提示。這個問題吧,自己解決了想起來就覺得好幼稚。datagridview在新增列的時候,自動會新增一行,但是之後的行就需要自己再手動新增過,才能往相應的單元格裡寫內容。也就是說需要先寫t this.datag...