logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【git】解决执行pull操作出现Can't update: no tracked branch

Can't update: no tracked branchNo tracked branch configured for branch master.To make your branch track a remote branch call, for example,git branch --set-upstream master origin/master出现这个问题应该是分支跟踪不匹配

#git
出现 Cannot read property 'xxxxxx' of null 问题思路

在Console中出现 Cannot read property 'xxxxxx' of null  的问题时很难查找到改原因的出处今天在项目中看到页面出现 Cannot read property 'xxxxxx' of null 的字样如下:对于像我这样的前端菜鸡根本,一开始以为是layer插件出现了问题尝试一:修改alyer语句依旧报错    无效尝试二:注释掉该页面所有alyer有关的代码

#ajax
到底了