Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
582
Widok
0
21/06/2022 10:04 am
Topic starter
how to jump
1 Answer
0
21/06/2022 10:05 am
Topic starter
- inside system console type (use --system instead of --global)
git config --system --add safe.directory C:/my_directory
warning not safe: if someone get access to your php files (shell) then he will be able to read any of git files (inc. passwords and other data).
Better use CURL + PRIVATE-TOKEN (much much safer)