In GitHub for Windows, how to stop tracking a repository when "stop tracking this repository' menu item is grayed out? - repository

In my GitHub for Windows, there are two repositories that always appear on the list of GitHub repositories. One was created by me. The other was a project I stopped watching long ago.
I want to remove these items form the list of GitHub repos in GitHub for Windows.
When I move my mouse over the repo name, the pop-up menus says I can clone it etc, but 'stop tracking repository' is grayed out.
I have tried cloning the project. Then 'Stop tracking repository' is not grayed out. I click on this item. The repo does not disappear from the list of repos, but 'stop tracking...' is grayed out again,
Any suggestions on how to make these 'ghost' repos disappear from the list?

"Stop Tracking" is always grayed when used on the GitHub repo associated to my account.
It works only for my "Local repositories".
If you have deleted your repo on the GitHub side (or stopped wathcing a repo), and a "refresh" on the GitHub for Windows isn't enough to update your GitHub repo list, then you need to contact GitHub support.

Related

How to delete a Sonatype Nexus OSS(3) Component from a Repository?

I recently installed the Sonatype OSS 3.14.0-04. I new to nexus and I am creating roles stuff. I have seen nexus 2, but I did not have any involvement in setting it up or administrative work. What I seem to be having issues with now is deleting assets as the default admin. I added a package to the hosted maven-snapshot repo and I want to delete it using the GUI. When I click on Browse this is all I see. I did read the old post here in stackoverflow How to delete a Sonatype Nexus OSS(3) Component from a Repository. But the user was able to see The components under browse.
If you click into the repository you uploaded it to, you should get a list view of all components and assets within that repository.
If you click on the item you want to delete or if it's a folder, the contents of the folder you should be able to delete them from there.
See https://help.sonatype.com/display/NXRM3/Browsing+Repositories+and+Repository+Groups for more information (specifically the last screenshot shows the delete asset button).

How do I raise a review from intellij 2017 using the gerrit plugin?

I see that the plugin documentation mentions "Publish and delete draft changes" as one of the features. I have installed the plugin and have configured it to work with my corporate gerrit server and I am able to view all changes which have already been raised for review on the server.
However, I am yet to figure out how do I commit new changes locally and raise a review for those using the gerrit plugin from my intelliJ 2017.2.6. I tried Googling around and I did see people mentioning about a "push dialog box" that they were trying to configure but I don't see that option available for me.
I have the Gerrit plugin installed on PyCharm, often the behaviour of the plugins is quite similar across several JetBrains products, so this might be applicable to IntelliJ as well.
In my case the dialog box for the VCS->GIT->Push menu sequence (Ctrl+Shift+K for Windows and ⌘+Shift+K for Mac) was modified by the plugin to look similar to the one displayed in the 2nd screenshot displayed at https://plugins.jetbrains.com/plugin/7272-gerrit:
Hope this helps.

GitHub Mac Desktop clone same repository multiple times missing repository name from list

How can you make multiple clones of the same repository on your local computer with GitHub Mac Desktop? After you make the first clone, the repository name disappears from the GitHub Desktop clone choice list.
Related to this, I cloned a GitHub repository onto my local machine, then decided I didn't want it in that location. I simply deleted (trashed) the old repository and tried to clone it again, but could not, because the repository name was not listed. It turned out that because the repository was still in the trash, GitHub Desktop didn't recognize it as gone. I emptied the trash and it saw that it was gone and asked if I wanted to remove the repository. I answered YES and then the repository name appeared in the clone choice list.
You can't clone the same repo twice from the GUI so, instead use command line git clone for that and then you can use the File->Add Local Repository item to select the path and it will show up.
The annoying thing is that having multiple clones of the repo in the Repository List will cause them all to have exactly the same name, because GitHub Mac Desktop doesn't show the paths. Fortunately the order doesn't change and you can always (right click->open in terminal) to see which is which.
If you want to delete a repo that you have cloned - you need to remove it in Github for Mac (right click->Remove) which just removes it from being tracked in the repository list. Now you can delete it from the Finder.
Delete from Finder and then remove from Github for Mac works too.

how do i fix broken Xcode 'git blame' / 'git log' panel?

for a while, i've been happy to have the capability in Xcode to use git log & git blame in the comparison panel.
at some point in the recent past, this panel has stopped showing anything.
in 'blame' mode, the panel is blank and the same color as my text editor.
in 'log' mode, the panel is white, as it normally is when it is showing me the git log for a while, but there's nothing in the panel.
i've tried turning off source control and turning it back on.
i've tried doing that and quitting Xcode and starting it back up, and various combinations of that.
i tried deleting & re-installing Xcode.
git blame in SourceTree still works in the repos associated with my Xcode projects (there are three repos, one per target), as does git blame. but not inside Xcode.
i am looking for answers as to how i can re-establish my Xcode environment to show 'git blame' and 'git log' .

Are users able to view source of web apps on ChromeOS?

If yes, is there a way to compile (NOT obfuscate) JS code for deployment in ChromeOS?
From quickly looking at the codebase using the Chromium.org Git browser, it appears that Google haven't gone out of their way to remove the "View page source" menu item from the version of Chrom(e|ium) shipped in Chrom(e|ium) OS.
Of course, there's nothing to prevent them from hiding the option in the UI, or removing the feature all together by #ifdef-ing it out, though.