From f8672ae9d99b6032474432473d320f5436386788 Mon Sep 17 00:00:00 2001 From: wenfei Date: Tue, 21 Oct 2025 15:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=AF=8F=E6=AC=A1git?= =?UTF-8?q?=E6=8B=89=E5=8F=96=E4=BB=A3=E7=A0=81=E6=97=B6=E9=83=BD=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E8=BE=93=E5=85=A5=E5=B8=90=E5=8F=B7=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 13 ++++++++++--- maven_install.sh | 13 +++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c93ef63..7aa13b0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,8 @@ - - + + + + @@ -55,7 +61,7 @@ - + @@ -187,6 +193,7 @@ + diff --git a/maven_install.sh b/maven_install.sh index e02c663..57d969a 100644 --- a/maven_install.sh +++ b/maven_install.sh @@ -9,3 +9,16 @@ mvn install:install-file -Dfile=/Users/admin/ojdbc6.jar -DgroupId=com.oracle -Da mvn install:install-file -Dfile=C:\Users\Administrator\ojdbc6.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.1.0 -Dpackaging=jar +#git推送失败,文件太多过或文件过大:fatal: the remote end hung up unexpectedly +git config http.postBuffer 524288000 + +#取消每次git拉取代码时都需要输入帐号密码 +#进入git项目目录,输入 +git config --global credential.helper store +#在开发工具中拉取或提交一次代码,输入一次用户名和密码,会自动保存git帐号 +#密码,以后就不需要再输入了 + + + +#maven查看依赖树命令 +mvn dependency:tree