12
git: 'credential-cache' ไม่ใช่คำสั่ง git
ฉันทำตามคำแนะนำเหล่านี้กับจดหมายรวมถึงส่วนที่เกี่ยวกับการแคชรหัสผ่าน ดูเหมือนว่าคำแนะนำจะผิดเพราะทุกครั้งที่git push origin masterฉันได้รับข้อผิดพลาดนี้: git: 'credential-cache' is not a git command. See 'get --help'. ... ณ จุดนี้ฉันถูกบังคับให้ป้อนชื่อผู้ใช้และรหัสผ่านของฉัน git pushหลังจากทำเช่นนั้นฉันกำลังนำเสนอด้วยข้อผิดพลาดเดียวกันอีกครั้งตามด้วยการส่งออกจาก นี่คือเนื้อหาของไฟล์. gitconfig ของฉัน: [user] name = myusername email = myusername@myemaildomain.com [credential] helper = cache เพื่อความชัดเจนหลังจากที่ฉันติดตั้ง Git และรัน Git Bash นี่คือสิ่งที่ฉันพิมพ์: git config --global user.name "myusername" git config --global user.email "myusername@myemaildomain.com" …
264
git
msysgit
git-bash
git-config