Nếu cần cài lại từ đầu thì set datetime về năm 2022 trước khi cài
A. Trên Ubuntu:
-
Thêm vào file
hosts
127.0.0.1 syntevo.com 127.0.0.1 www.syntevo.com # Hoặc tốt hơn thì config firewall rule (của Smartgit) sao cho chặn tất cả inbound/outbound IP ngoại trừ: # 192.0.73.2 (gravatar.com); 20.205.243.166 (github.com); IP git server của bạn ...
-
Tạo file:
smartgit.sh
với nội dung:sudo timedatectl set-ntp false # tắt automatic datetime sudo timedatectl set-time '2022-05-05 14:30:00' /usr/share/smartgit/bin/smartgit.sh & sudo sleep 5s sudo timedatectl set-ntp true # bật automatic datetime exit
B. Trên Window:
-
Thêm vào file
hosts
127.0.0.1 syntevo.com 127.0.0.1 *.syntevo.com # Hoặc tốt hơn thì config firewall rule (của Smartgit) sao cho chặn tất cả inbound/outbound IP ngoại trừ: # 192.0.73.2 (gravatar.com); 20.205.243.166 (github.com); IP git server của bạn ...
-
Tạo file:
smartgit.cmd
với nội dung:net stop w32time date 05-05-2022 start /B "" "C:\Program Files\SmartGit\bin\smartgit.exe" timeout /t 5 >nul net start w32time exit
-
Tạo shortcut link tới
smartgit.cmd
-
Set Run as administrator cho shortcut