_______________________________________

论坛 期权论坛 编程之家     
选择匿名的用户   2021-5-21 09:35   53   0

scc1===================================

scc3===================================

pycharm================================

ERROR: Couldn't find any revision to build. Verify the repository and branch

验证存储库和分支

分支留空

scc4===================================

Failed to connect to github.com port 443: Timed out
003auto: unable to access 'https://github.com/wangkai1238/003auto01.git/': Failed to connect to github.com port 443: Timed out
github网站账号登陆失败 
尝试浏览器登录成功后再操作

稍等--浏览器登录成功后
VCS-Git-Push
Push successful 003auto: pushed 1 commit to origin/master
成功
查看github 添加-更新-提交-推送-成功

scc5===================================

No tracked branch configured for branch master or the branch doesn't exis

No tracked branch configured for branch master or the branch doesn't exist. To make your branch track a remote branch call, for example, git branch --set-upstream-to=origin/master master

按照提示在IDEA的Terminal中输入

git branch --set-upstream-to origin/master master

即可。

-------------------------------------------------------------------

gitee

refusing to merge unrelated histories

出现这个问题的最主要原因还是在于本地仓库和远程仓库实际上是独立的两个仓库。假如我之前是直接clone的方式在本地建立起远程github仓库的克隆本地仓库就不会有这问题了。

查阅了一下资料,发现可以在pull命令后紧接着使用--allow-unrelated-history选项来解决问题(该选项可以合并两个独立启动仓库的历史)。
————————————————
原文链接:https://blog.csdn.net/u012145252/article/details/80628451

$git pull origin master --allow-unrelated-histories

-------------------------------------------------------------------

gitlab

There was an error with the reCAPTCHA. Please

目录

目录

Empty reply from server

Couldn't create a Mercurial repository in


solve the reCAPTCHA again.

上面的错误是因为注册时有一个google的验证码需要输入。但是中国无法访问google,因此无法访问并输入该验证码导致。

解决方案:

FanQiang或者通过Github登陆。如若没有Github账号可以注册后登陆。

https://blog.csdn.net/zyx1303031629/article/details/80407137

You won't be able to pull or push repositories via SSH until you set ssh key on your account

设置密钥用于ssh链接拉或推存储

You won't be able to pull or push repositories via HTTPS until you set a password on your account

除非你为你的账户设置了密码,否则你不能通过HTTPS来拉或推存储库

scc6===================================

scc7===================================

Empty reply from server

换通道吧。别用https了。墙内墙外http,https通道不仅速度慢,也都有失败风险的。访问不到就返回空了。具体做法如下:

比如现在你的repo地址是:
https: //http://github.com/xxx/xxx.github.io.git
那就把https://换成git@,如下:
git@github.com:xxx/xxx.github.io.git

xxx是你的github名称。

Unable to access 'https://github.com/wangkai1238/GithubPullProject.git/': Empty reply from server

scc8===================================

Couldn't create a Mercurial repository in

Couldn't create a Mercurial repository in F:\DDLGY2008\003auto runnerw.exe: CreateProcess failed with error 2:

scc9===================================

---------------------------------------------------------------------------

---------------------------------------------------------------------------

scc10===================================

https://blog.csdn.net/qq_38317509/article/details/86986260

请指定提交信息
pycharm创建库-创建本地文件夹-pycharm打开文件夹-添加文件-提交

scc11===================================

jenkins=================================

ERROR: Couldn't connect to host, port: localhost, 25; timeout 60000

Build step 'Allure Report' changed build result to UNSTABLE
Sending e-mails to: 15628866863@163.com
ERROR: Couldn't connect to host, port: localhost, 25; timeout 60000
com.sun.mail.util.MailConnectException: Couldn't connect to host, port: localhost, 25; timeout 60000;
  nested exception is:
    java.net.ConnectException: Connection refused: connect
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2210)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:722)
   
Finished: UNSTABLE

scc12===================================

ERROR: Error cloning remote repo 'origin'

returned status code 128:

fatal: unable to access

Failed to connect to github.com port 443: Timed out

Failed to connect to repository : Command “D:\Program Files\Git\mingw64\bin\git.exe ls-remote -h – http://ip/test/APP-Test.git HEAD” returned status code 128: stdout:

Failed to connect to repository : Command "C:\Program Files\Git\mingw64\bin\git.exe ls-remote -h -- https://github.com/wangkai1238/003auto01.git HEAD" returned status code 128:
stdout:
stderr: fatal: unable to access 'https://github.com/wangkai1238/003auto01.git/': Failed to connect to github.com port 443: Timed out

ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "C:\Program Files\Git\mingw64\bin\git.exe fetch --tags --force --progress -- https://github.com/wangkai1238/003auto01.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://github.com/wangkai1238/003auto01.git/': Failed to connect to github.com port 443: Timed out

    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:573)

ERROR: Error cloning remote repo 'origin'
[003auto01] $ "D:\Program Files (x86)\Jenkins\tools\ru.yandex.qatools.allure.jenkins.tools.AllureCommandlineInstallation\allure\bin\allure.bat" generate -c -o "D:\Program Files (x86)\Jenkins\workspace\003auto01\allure-report"

scc13===================================

ERROR: Error fetching remote repo 'origin'

SSL_ERROR_SYSCALL in connection to github.com:443

权限问题导致

ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/wangkai1238/003auto01.git
    at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:998)
    at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239)
    at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1299)
    at hudson.scm.SCM.checkout(SCM.java:505)
    at hudson.model.AbstractProject.checkout(AbstractProject.java:1203)
    at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:636)
    at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
    at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:508)
    at hudson.model.Run.execute(Run.java:1907)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:97)
    at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "C:\Program Files\Git\cmd\git.exe fetch --tags --progress -- https://github.com/wangkai1238/003auto01.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:

scc14===================================

FileNotFoundError: [Errno 2] No such file or directory:

log文件夹忽略同步了

   =================================== ERRORS ====================================
。。。。。。
28 c:\python37\lib\logging\__init__.py:1116: in _open
29     return open(self.baseFilename, self.mode, encoding=self.encoding)
30 E   FileNotFoundError: [Errno 2] No such file or directory: 'D:\\Program Files (x86)\\Jenkins\\workspace\\GithubPullProject\\log\\2021_03_15 23_10_09.log'
31 =========================== short test summary info ===========================
32 ERROR scripts/test01_lp_login.py - FileNotFoundError: [Errno 2] No such file ...
33 !!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
34 ============================== 1 error in 0.60s ===============================

scc15===================================

New version of Jenkins (2.283) is available for download (changelog).

Dependency errors:

更新jenkins,插件

Manage Jenkins
Some plugins could not be loaded due to unsatisfied dependencies. Fix these issues and restart Jenkins to re-enable these plugins.

Dependency errors:

SSH Credentials Plugin (1.18.2)
Jenkins (2.282) or higher required
SSH server (3.0.3)
Jenkins (2.282) or higher required
Some of the above failures also result in additional indirectly dependent plugins not being able to load.

Indirectly dependent plugins:

GitHub plugin (1.33.1)
Failed to load: Jenkins Git plugin (4.6.0)
Git plugin (4.6.0)
Failed to load: Jenkins Git client plugin (3.6.0)
Maven Integration plugin (3.9)
Failed to load: Jenkins JSch dependency plugin (0.1.55.2)
Subversion Plug-in (2.14.0)
Failed to load: SSH Credentials Plugin (1.18.2)
Git client plugin (3.6.0)
Failed to load: Jenkins JSch dependency plugin (0.1.55.2)
GitHub Branch Source Plugin (2.10.2)
Failed to load: GitHub plugin (1.33.1)
GIT server Plugin (1.9)
Failed to load: Jenkins Git client plugin (3.6.0)
SSH Agent Plugin (1.21)
Failed to load: SSH Credentials Plugin (1.18.2)
JSch dependency plugin (0.1.55.2)
Failed to load: SSH Credentials Plugin (1.18.2)
You have data stored in an older format and/or unreadable data.

New version of Jenkins (2.283) is available for download (changelog).


Warnings have been published for the following currently installed components:
Port Allocator Plug-in 1.8
Credentials stored in plain text

scc16===================================

执行命令报错:pytest -s -q --alluredir report

AtrributeError:module ‘allure’ has no attribute ‘’severity_level’

卸载旧版本allure-pytest:执行后提示没有安装过。

突然注意到安装列表中有个allure 版本是0.1.0,卸载后就解决了~!!!

scc17===================================

scc18===================================

scc19===================================

scc20===================================

scc21===================================

scc22===================================

scc23===================================

scc24===================================

scc25===================================

scc26===================================

scc27===================================

scc28===================================

scc29===================================

scc30===================================

scc31===================================

scc32===================================

scc33===================================

scc34===================================

scc35===================================

scc36===================================

scc37===================================

scc38===================================

scc39===================================

scc40===================================

scc41===================================

scc42===================================

scc43===================================

scc44===================================

scc45===================================

scc46===================================

scc47===================================

scc48===================================

scc49===================================

scc50===================================

scc51===================================

scc52===================================

scc53===================================

scc54===================================

scc55===================================

scc56===================================

scc57===================================

scc58===================================

scc59===================================

scc60===================================

scc61===================================

scc62===================================

scc63===================================

scc64===================================

scc65===================================

scc66===================================

scc67===================================

scc68===================================

scc69===================================

scc70===================================

scc71===================================

scc72===================================

scc73===================================

scc74===================================

scc75===================================

scc76===================================

scc77===================================

scc78===================================

scc79===================================

scc80===================================

scc81===================================

scc82===================================

scc83===================================

scc84===================================

scc85===================================

scc86===================================

scc87===================================

scc88===================================

scc89===================================

scc90===================================

scc91===================================

scc92===================================

scc93===================================

scc94===================================

scc95===================================

scc96===================================

scc97===================================

scc98===================================

scc99===================================

分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:3875789
帖子:775174
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP