Posts: 1,665
Threads: 644
Joined: Aug 2016
Reputation:
164
01-11-2019, 09:31 AM
(This post was last modified: 01-16-2019, 11:24 AM by rslemer.)
I have one install when I try uses a git pull many files shows as changed localy but is not true
for example, in root directory system shows Mobile.php, PEAR.php is changed
How I can solved that?
Ranieri
eCRM Web
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
This usually happens when you have changed the permissions of the files. git controls that and considers it a change. Execute:
git diff Mobile.php
to see the exact change git is seeing and share that with us if it isn't clear
Joe
TSolucio
Posts: 1,665
Threads: 644
Joined: Aug 2016
Reputation:
164
01-11-2019, 01:18 PM
(This post was last modified: 01-11-2019, 01:24 PM by rslemer.)
git diff Mobile.php
diff --git a/Mobile.php b/Mobile.php
old mode 100644
new mode 100755
I moved this install from older server
At first install S.O is Ubuntu and at new server is CentOS
Thats differences could be causes a problem?
I will try change permissions and will returned a result here
Ranieri
eCRM Web