git - Netbeans wont pull using bitbucket -


i keep getting every time, been happening alot frequently. how fix this. every forum find says type in commands on git... mystery console, cant seem find or people saying.

==[ide]== may 19, 2013 5:24:00 pm pulling... git pull https://bitbucket.org/techreanimate/project +refs/heads/master:refs/remotes/project/master branch  : project/master old id : 6fdea249fc80641a1b3e63174e7dd4ec6b72d84d new id : a19141fea8cbc7a64553b84ed6b591e223384b7a result : fast_forward  merge result: failed merge of head project/master failed because of these files: a:\dev\project\workspace\project-web\.htaccess  ==[ide]== may 19, 2013 5:24:03 pm pulling... finished. 

oh, not .htaccess, random files

were mystery console

when plugin using git (like ide netbeans) fails, best fall console.
specifically, separate installation of git, see if reproduce issue.

in windows, instance, download , unzip archive of msysgit portable.

then try git pull working tree, , see exact error message is.

sych emphasizes in comments (after sych's own upvoted answer):

use different git client initialize repo, continue use netbeans


also, make sure can see , access .gitignore , .htaccess (two dotfiles ignored netbeans)

netbeans preferences, go the miscellaneous tab @ top, click on files tab. you’ll see “files ignored ide” section there.

^(cvs|sccs|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(?!(htaccess|gitignore)$).*$ 

that way, can see how git plugin treats files.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -