11
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SourceTreeでちょっとハマったところ

Last updated at Posted at 2013-10-21

SourceTreeで,リポジトリにlibファイルとdllファイルをaddしようとするとリストに含まれてなくて,addできなくてハマった.原因は,sourcetreeがgitignore_globalとhgignore_globalという,グローバルignoreリストがない場合に自動生成するためらしい.
ここを参考

Windowsであれば,C:\Users\user-name\Documents以下にgitignore_global.txt,hgignore_global.txtがあるのでこれらのテキストファイルから*.lib*.dllを除くと無事addできるようになった.

--
インストール時の注意メッセージはきちんと読みましょう.

11
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?