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
Github remove cache git rm -f –cached AuthZSvr_PY_server_old git rm -f –cached BACKEND_PY_server_old
[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 […]
GitHub Profile Achievements 🏆 Giới thiệu về GitHub Profile Achievements và cách đạt được các huy hiệu này Đợt vừa rồi, GitHub vừa ra chương trình sưu tập các huy hiệu, khá là cool, thông tin chi tiết bên dưới: 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. […]
Sưu tầm https://leenarts.net/2020/02/12/github-actions-for-ios-projects/ When building an iOS project, you probably want to have some form of continuous integration working on your codebase. Continuous integration Continuous integration (CI) is a process where each code change results in certain checks to be […]