git+dropbox, 2 platforms - Windows 7 and Mac OSX 10.8.3 -


i start opencart project in mac osx.

i use github client commit repo. had committed few times, got 6-7 commit records.

my source code store inside dropbox.

i got workstation working in windows. have sync file in windows.

in windows, used tortoisegit. in windows explorer, shows same same mac, means file edit before shows red exclamation mark. file didn't amend, got green tick.

however, in windows when select git commit master, shows files modified. go command prompt check git status, showed file modified.

when modified file (actual modified file) dropbox sync mac osx, in mac osx, can track real modified file. mac osx work perfect.

but not work in windows.

what goes wrong?

windows explorer display

[windows 7] windows explorer view

command prompt display

[windows 7] command prompt view

it's related differing line endings. see this github article details , instructions on how clean repository.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -