各位老师好:我最近在使用 foundry框架 做 solidity智能合约的使用,遇到一个问题: 创建项目forge init命令报错:
PS M:\foundry-code> forge init solidity-test Initializing M:\foundry-code\solidity-test... Error: **failed to commit (code=Some(128), stdout="", stderr="Author identity unknown\n\n* Please tell me who you are.\n\nRun\n\n git config --global user.email \"you@example.com\"\n git config --global user.name \"Your Name\"\n\nto set your account's default identity.\nOmit --global to set the identity only in this repository.\n\nfatal: unable to auto-detect email address (got 'Administrator@Mico-2022PFOKWN.(none)')") 看报错内容应该是git相关的内容没有配置好。
现在我使用 forge init --no-git token1命令就正常了。后续我想把整个项目内容提交到git上去,该怎么配置才能不报错呢?请各位大佬指导一下,谢谢~~
请社区里的老师指导一下,谢谢~~