Skip to content

Instantly share code, notes, and snippets.

View AkhileshKumar01's full-sized avatar

AkhileshKumar01

View GitHub Profile
NGit.Api.Errors.JGitInternalException: Exception caught during execution of push command ---> NGit.Errors.TransportException: https://github.com/Sadik1/xamarin1.git: not authorized
at NGit.Api.PushCommand.Call () [0x0018c] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.2.3-branch/828c2a91/source/monodevelop/main/external/ngit/NGit/NGit.Api/PushCommand.cs:158
--- End of inner exception stack trace ---
at NGit.Api.PushCommand.Call () [0x0020d] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.2.3-branch/828c2a91/source/monodevelop/main/external/ngit/NGit/NGit.Api/PushCommand.cs:178
at MonoDevelop.VersionControl.Git.GitRepository.Push (IProgressMonitor monitor, System.String remote, System.String remoteBranch) [0x0004b] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-4.2.3-branch/828c2a91/source/monodevelop/main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/MonoDevelop.VersionControl.Git/GitRepository.cs:1277
at MonoDevelop.VersionControl.Git.GitService+<P
Build started 5/21/2014 6:31:38 PM.
Environment at start of build:
ALLUSERSPROFILE =
C:\ProgramData
ANDROID_NDK_PATH =
C:\Users\User\Documents\Android\ndk\android-ndk-r8d
System.NullReferenceException: Object reference not set to an instance of an object
at at (wrapper managed-to-native) AppKit.NSApplication:NSApplicationMain (int,string[])
at AppKit.NSApplication.Main (System.String[] args) [0x00041] in /Users/builder/data/lanes/3508/742bd057/source/xamarin-macios/src/AppKit/NSApplication.cs:94
at ryith.MainClass.Main (System.String[] args) [0x00007] in /Users/360_macmini/Projects/ryith/ryith/Main.cs:10
package basicProgram;
import java.util.HashSet;
public class UniqueCharacterTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
String str = "Programming";
HashSet<Character> set1= new HashSet<Character>();
char [] arr= str.toCharArray();