我已使用此命令添加远程repo链接 -
fatal: repository 'https://github.com/ni8mr/Local-Weather-App/tree/gh-pages.git/' not found
我检查了远程仓库版本,它显示原点是我添加的链接。
直播链接在这里 - https://github.com/ni8mr/Local-Weather-App/tree/gh-pages
虽然链接正在运行或存在repo,但我仍然收到以下错误 -
Compilation errors for FUNCTION EPF.CREATEAMPURL
Error: PLS-00201: identifier 'IDN' must be declared
Line: 19
Text: IDN := IDName;
我该如何解决这个问题?我已经检查过以前的解决方案,但找不到完美的解决方案。
答案 0 :(得分:2)
https://github.com/ni8mr/Local-Weather-App/tree/gh-pages
不是git-repository,它只是你的某个分支的webview。存储库位于
https://github.com/ni8mr/Local-Weather-App.git
您应该始终使用克隆或下载中的网址,而不是仅从浏览器地址栏中取出链接:
Clone or download http://image.prntscr.com/image/de15464ad81746d5a80d960d051047de.png