最新回答 / 慕姐2536762
命令執(zhí)行失敗的原因是沒有在本地設(shè)置用戶名和郵箱,在命令行設(shè)置一下即可:?git config –global user.email “you@example.com”、?git config –global user.name “Your Nam”, 然然后重新用git commit -m “Initial commit”命令提交。
2017-12-06
最新回答 / 露娜醬真是太可愛了
要顯示中文,用 ls -w命令即可,或者直接修改配置文件 vi /etc/profile增加 alias ls=’ls -w’這樣不用每次都敲選項-w ,這句放在/etc/bashrc 或者 /Users/Username/.profile 都可以.
2017-08-21