@@ -473,7 +473,7 @@ func (a *loginAuth) Next(fromServer []byte, more bool) ([]byte, error) {
case"Password:":
return[]byte(a.password),nil
default:
returnnil,errors.New("Unkown fromServer")
returnnil,errors.New("Unknown fromServer")
}
}
returnnil,nil
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.