You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "fatal: repository 'https://github.com/user/repo.git/' not found",
67
67
"solutions": "Your repository link is not valid. Try to re-create the repository and copy the new link.<git remote set-url origin YOUR_GITHUB_REPO_LINK"
68
68
},
69
+
{
70
+
"type": "pull",
71
+
"title": "fatal: refusing to merge unrelated histories",
72
+
"description": "fatal: repository 'https://github.com/user/repo.git/' not found",
73
+
"solutions": "Your repository link is not valid. Try to re-create the repository and copy the new link.<git remote set-url origin YOUR_GITHUB_REPO_LINK"
74
+
},
69
75
{
70
76
"type": "push",
71
77
"title": "fatal: unable to access 'https://github.com/user/repo.git/': Could not...",
0 commit comments