开发中遇到的一些问题

git回滚

image-20211107185612968

–hard

​ 直接回滚到那个版本提交完的时候

–soft

​ 回到那个版本,但此时更新的操作,仍在缓存区

–mixed

​ 回到那个版本,更新的操作在工作区,还没add

golang m1 编译的问题

1
2
3
4
bartonhuang@BARTONHUANG-MB3 MVPPayCustomerServer % go build
# github.com/shirou/gopsutil/cpu
../../../../go_path/pkg/mod/github.com/shirou/gopsutil@v2.19.12+incompatible/cpu/cpu_darwin_cgo.go:13:5: warning: 'TARGET_OS_MAC' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]

解决办法:

  • go get github.com/shirou/gopsutil