添加ssh
生成sshkey ssh-keygen -t rsa -C “你的公司或个人邮箱”
将sshkey添加到git服务器 http://192.168.1.2:3000/指定私有域名
go env -w GOPRIVATE=edgebox.local将https替换为git
[url “git@edgebox.local:”]
insteadOf = https://edgebox.local/将项目中的go.mod中的github.com/edgexfoundry/device-sdk-go替换成edgebox.local/edgeboxV2.0/device-sdk-go.git,并将版本换成latest