Github fix lỗi sau khi add remote repo xong không pull, push được Chạy lệnh này trước git config –global –add safe.directory /shared/webdir/folder Rồi sau đó init, add remote… như bình thường
Góp nhặt của một kẻ mù công nghệ :p
Github fix lỗi sau khi add remote repo xong không pull, push được Chạy lệnh này trước git config –global –add safe.directory /shared/webdir/folder Rồi sau đó init, add remote… như bình thường
[GIT] Filename too long in Git for Windows https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows Git has a limit of 4096 characters for a filename, except on Windows when Git is compiled with msys. It uses an older version of the Windows API and there’s a […]
Notes sử dụng GIT (github) Cấu hình Khai báo cấu hình git trên máy tính Mở git bash ra và lần lượt chạy các lệnh sau: Nhớ thay {your_name} và {your_email} tương ứng với thông tin account github của bạn. […]