Convert pom.xml to build.gradle
In the maven project root directory, run
In the maven project root directory, run
Run command sudo xattr -cr ${application path}
to solve it.
shitf+command+4
shitf+command+3
git remote -v
to check upstream configurationgit remote add upstream {upstream repo path}
if upstream is not well configuredgit fetch upstream
to fetch upstream to localgit merge upstream/{upstream branch}
to merge upstream branch to local branchgit push origin {local branch}
to push changes