git add .如果遇到这样的错误warning: LF will be replaced by CRLF in srccomponentscommonlab

    科技2023-12-21  107

    windows中的换行符为 CRLF, 而在linux下的换行符为LF,所以在执行add . 时出现提示

    输入git config --global core.autocrlf false

    git commit -m’****’

    git push 远程仓库地址 master

    Processed: 0.016, SQL: 8