Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github : I am missing "Settings" menu on the landing page of my repo

The "Settings" menu is supposed to be the last menu, just after the "Graphs" menu.

Not having the "Settings" menu interferes with my ability to set Webhooks.

And yes, this is my repo - I own it.

1] landing page of my test-repo-travis repo

like image 217
Vietnhi Phuvan Avatar asked Nov 28 '15 14:11

Vietnhi Phuvan


People also ask

How do I change my repository settings?

From your web browser, open the project and choose Project settings, Repositories, and select your repository. To view and configure repository settings, select Options or Policies.

Why can't I see my repository on GitHub?

This can happen when App Center doesn't have permission granted to your GitHub organization. By default, the access is granted to personal repository only, not including organization repository. When you initially set up the access to GitHub, you probably have missed it.


2 Answers

I was having the same issue today. Eventually, I figured that I do not have enough permissions to access the repo settings because in my case the repo belongs to an 'organization' and even though I have read/write access to it, I am not the admin.

like image 71
sushrut619 Avatar answered Sep 20 '22 19:09

sushrut619


  1. Ctrl+F5 was ineffective, at least in my case.

  2. Clearing the cache and cookies is the nuclear option, and it worked - Although it hurts.

  3. I double checked after the fact: the landing page issue I had was specific to my Chrome browser, at least in this case. The landing page, as displayed by my Firefox browser, was fine. Ditto for the Safari browser was fine.

Until today, I'd never heard of a case where a landing page rendering could be fixed by nuking cookies and cache.

like image 36
Vietnhi Phuvan Avatar answered Sep 19 '22 19:09

Vietnhi Phuvan