随笔分类 -  git

摘要:账号相关 1、ssh初始化参考 https://gitee.com/help/articles/4181 2、git多账号管理 https://gitee.com/help/articles/4229#article-header0 3、git远程密码更改 https://gitee.com/hel 阅读全文
posted @ 2021-11-06 09:37 martinsun 阅读(205) 评论(0) 推荐(0)
摘要:git仓库建好后,如果仓库有md文件,需要先pull一次 1、报错信息如下 The most similar command is credential-store To https://gitee.com/martin-sun/web-ui-test-excel-driver.git ! [rej 阅读全文
posted @ 2021-11-06 09:22 martinsun 阅读(561) 评论(0) 推荐(0)
摘要:selenium.webdriver.support.wait.WebDriverWait"""参数 ignored_exceptions=None """ def until(self, method, message=''): """Calls the method provided with 阅读全文
posted @ 2021-11-05 10:37 martinsun 阅读(247) 评论(0) 推荐(0)